GROMACS version: 2024.3
GROMACS modification: No
Dear all, I am trying to parametrize FMN in martini3 forcefield to do a coarse grained simualtion. For that I am following the Parametrization of a new small molecule tutorial from martini oficial site. But I run into this error:
Segmentation fault (core dumped) gmx mdrun -v -deffnm 2-eq >> mdrun.log 2.
I tried both with my ligand and with the example files that are included thanks to the tutorial. I always get the same error. I have searched for the root of the problem and apparently at the step 0 of equilibration the system has achieved somehow a temperature of 700k and a negative pressure of - 60 bar approx, which raises a warning “Warning: pressure scaling more than 1%, mu: 0.489707 0.489707 0.489707”.
I don’t know if this warning is the one causing the segmentation fault, but it certaily seemed suspicious both the temperature and the pressure conditions. The minimization also seems supicious, since only 15 steps are done, and it exits with this comment:
" Step Time
14 14.00000
Energy minimization has stopped, but the forces have not converged to the
requested precision Fmax < 100 (which may not be possible for your system).
It stopped because the algorithm tried to make a new step whose size was too
small, or there was no change in the energy since last step. Either way, we
regard the minimization as converged to within the available machine
precision, given your starting configuration and EM parameters."
I am a little bit at lost here, specifically since following a tutorial should make things easier, but still I fail to do the very firs step of this tutorial. So any help or comment would be greatly appreciated, Thank you all for your attention,
Best,
Alex
Should I maybe try with an older GROMACS version?