INFO: Using directory: "1" INFO: Using existing c-file: ./linup-4.c INFO: Using existing binary: ./linup-4.out INFO: === Simulation 'TAS1_Diff_Vana' (/home/nexmap/pkwi/TESTS/2023-12-20/McStas_CPU_MPICC_KISS_1e7/linup-4/linup-4.instr): running on 8 nodes (master is 'panda2.fysik.dtu.dk', MPI version 3.1). [TAS1_Diff_Vana] Initialize [TAS1_Diff_Vana] Initialize [TAS1_Diff_Vana] Initialize [TAS1_Diff_Vana] Initialize [TAS1_Diff_Vana] Initialize [TAS1_Diff_Vana] Initialize Incoherent: sample: Vc=13.827 [Angs] sigma_abs=5.08 [barn] sigma_inc=5.08 [barn] [TAS1_Diff_Vana] Initialize [TAS1_Diff_Vana] Initialize *** TRACE end *** Save [TAS1_Diff_Vana] Detector: mon_I=0.00100808 mon_ERR=2.0231e-06 mon_N=316234 "mon" : 20.1474 meV , E-width : 0.167211 meV Detector: emon1_I=0.00087466 emon1_ERR=1.90655e-06 emon1_N=259731 "linup_4_1.vmon" : 20.147 meV , E-width : 0.166879 meV : 20.1483 meV , E-width : 0.167706 meV : 20.1484 meV , E-width : 0.168241 meV : 20.1465 meV , E-width : 0.166522 meV : 20.148 meV , E-width : 0.166366 meV : 20.1494 meV , E-width : 0.167391 meV : 20.1464 meV , E-width : 0.167086 meV Detector: sample_check_I=0.000431593 sample_check_ERR=1.32304e-06 sample_check_N=135791 "linup_4_2.psd" Detector: focus_check_I=7.77417e-08 focus_check_ERR=1.00434e-10 focus_check_N=1.06135e+06 "linup_4_1.psd" Detector: sng_I=1.88903e-09 sng_ERR=1.27003e-11 sng_N=52909 "sng" : 20.1397 meV , E-width : 0.167742 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] : 20.1385 meV , E-width : 0.167873 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] : 20.1399 meV , E-width : 0.165208 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] : 20.1365 meV , E-width : 0.170009 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] Detector: emon2_I=2.33237e-09 emon2_ERR=1.39825e-11 emon2_N=67331 "linup_4_2.vmon" : 20.1431 meV , E-width : 0.164525 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] : 20.1362 meV , E-width : 0.165349 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] : 20.1417 meV , E-width : 0.169893 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] : 20.1441 meV , E-width : 0.167639 meV Finally [TAS1_Diff_Vana: 1]. Time: 1 [s] -------------------------------------------------------------------------- mpirun has exited due to process rank 0 with PID 0 on node panda2 exiting improperly. There are three reasons this could occur: 1. this process did not call "init" before exiting, but others in the job did. This can cause a job to hang indefinitely while it waits for all processes to call "init". By rule, if one process calls "init", then ALL processes must call "init" prior to termination. 2. this process called "init", but exited without calling "finalize". By rule, all processes that call "init" MUST call "finalize" prior to exiting or it will be considered an "abnormal termination" 3. this process called "MPI_Abort" or "orte_abort" and the mca parameter orte_create_session_dirs is set to false. In this case, the run-time cannot detect that the abort call was an abnormal termination. Hence, the only error message you will receive is this one. This may have caused other processes in the application to be terminated by signals sent by mpirun (as reported here). You can avoid this message by specifying -quiet on the mpirun command line. -------------------------------------------------------------------------- INFO: call to mpirun failed with Command 'mpirun -np 8 ./linup-4.out --seed 1000 --ncount 10000000.0 --dir 1 --format McCode PHM=-37.077' returned non-zero exit status 1. Traceback (most recent call last): File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mcrun.py", line 562, in main() File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mcrun.py", line 540, in main mcstas.run() # in mccode.py File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 275, in run return self.runMPI(args, pipe, override_mpi) File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 304, in runMPI return Process(binpath).run(args, pipe=pipe) File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 72, in run raise err File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 68, in run proc = run(command, shell=True, check=True, text=True, capture_output=pipe) File "/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'mpirun -np 8 ./linup-4.out --seed 1000 --ncount 10000000.0 --dir 1 --format McCode PHM=-37.077' returned non-zero exit status 1.