GROMACS version: 2018.3
GROMACS modification: No
Here post your question
Hello!
I use a server with 72 logical cores (18 physical cores, RAM capacity approaching 256GB) to run Gromacs MD simulation and enter “mpirun -np 72 gmx_mpi mdrun -v -deffnm md” to run it. Before that, the system has been minimized and equilibrated. But it’s failture.
The error message is:
Signal: Segmentation fault(11)
Signal code: Invalid permissions(2)
Failing at address: 0x2b6cfefe0ab8
*
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 63 with PID 0 on node mn01 exit on signal 11 (Segmentation fault).
I searched online and someone said it was an amount of RAM question. Should I expand the server’s memory?Is it helpful for me to reduce the -np value?
Thank you!