It sounds very mysterious. But computers are deterministic (even if you are running a stochastic simulation).
- compare the input files across the various machines to make sure that, in fact, all the input files are identical. Do not only check visually, also make sure about tabulations (tabs versus spaces) and newline characters; make sure that none of the input lines are too long (I recommend to use up to 80 columns per line). Use "diff" and a proper text editor (such as Notepad++ on Windows or vi/vim (available on Mac, Windows and linux))
- compare output files; if the k-eff is different, there must be other differences in the output files
- make sure that the cross section files are the same on all machines (i.e. same file size, modification date, etc. "diff" would be the best test)
I am guessing that the "server" is running linux, so you are probably dealing with 3 different versions of SCALE (Mac, Windows, linux). That by itself __could__ be a source of the problem, but since the test cases are not problematic your issue is somewhat mysterious.
If possible, post your input file, so that others can try to reproduce the problem.
Namizono
2025年10月31日金曜日 6:58:30 UTC+9 A. Hargreaves: