- #1
Albert ZHANG
- 3
- 0
I use Python scripts to run mcnp.mpi like
I searched on Internet and found it seems to be the problem related to memory, but i checked the log, there's still 100+G available. So I don't really know how to solve the problem
And I encountered this bug reportmpirun -np 50 i=inp_...
The scipts has run normally for a few hours. I extracted the inp file and it can be run normally.Primary job terminated normally,but 1 process returned
a non-zero exit code.Per user-direction,the job has been aborted.
mpirun noticed that process rank 31 with PID 0 on node Ubuntu exited on signal 11 (Segmentation fault).
I searched on Internet and found it seems to be the problem related to memory, but i checked the log, there's still 100+G available. So I don't really know how to solve the problem