Versions
FLUKA: 4-5.2
Flair: 3.4-5.4
Operating system: RHEL, Fedora 44
Compiler: gfortran --version: GNU Fortran (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)
Description
I am working with a sysadmin to build a containerized installation of fluka+flair. The programs function to some degree, but fail in specific scenarios.
After starting a new .flair project with the “basic” template, the run seems to proceed, but then the .err file says “abort called NO RANDOM FILE run stopped!” and FLUKADATA is not set. However, the fluka config appears to point to data properly…“fluka-config --data: /usr/local/fluka/data”.
Ok, so to work around that, I made a simlink to “data/random.dat” in “/usr/local/fluka/”, and that error goes away and it appears to run properly.
For my application, I need to run flukadpm. I have tried to run using flukadpm via command line and flair gui, but either method produces the error that -d is an “illegal option”. From what I can tell, -d is the standard option to run flukadpm ( FLUKA on the command line | The official CERN FLUKA website .m).
everything appears to be normal other than requiring the simlink to random.dat
Input files
Standard “basic” template input
test.inp (944 Bytes)
test.flair (1.5 KB)



