Dear FLUKA Experts,
Recently, I conducted a simulation on a computing cluster, which generated thousands of filename_fort.21 files. When utilizing flair on the cluster to “Process” these files into filename.bnn files, the progress seemed to stagnate. Initially, I speculated that the poor performance of the cluster’s management node was the cause. Consequently, I wrote the following bash script to upload the bnn file generation process to the compute nodes. Upon testing on my personal computer, the script proved to be effective. However, when I applied it to the cluster, the generation speed of bnn files remained extremely slow. After 12 hours, the generation process on the cluster was still ongoing! Additionally, generating bnx files seemed unaffected, proceeding at a normal speed.
My questions are as follows:
- Is there any alternative command-line method to perform the generation process for thousands of filename_fort.21 files? I also tested the method from “Command line data processing”, but it does not work.
- Is the slow speed in generating bnn files from thousands of filename_fort.21 files on the cluster a unique issue that I am experiencing, or is it a common occurrence? If it is a unique case, could you please suggest any potential solutions to address this problem?
- Does the generation of bnn files involve using graphics cards? Our cluster is not equipped with high-performance graphics cards, whereas my personal computer is. This is currently the only reason I can think of for the speed difference. I would appreciate it if the experts could further clarify this matter.
Thank you for your attention to this matter.
bash.txt (728 Bytes)
White source.flair (13.0 KB)