I am currently trying the Martini M3 tutorial (M3-tutorials), which basically starts with the a CG simulation of a soluble protein. I have done everything according to the tutorial, but when i want to perform a simple energy minimization i get following error:
Executable: /usr/local/bin/gmx
Data prefix: /usr/local
Working dir: /home/qoraj/Documents/CG_simulations/tutorial_protein_part1/tutorial_2/template/tut1
Command line:
gmx mdrun -deffnm minimization-vac -v
Back Off! I just backed up minimization-vac.log to ./#minimization-vac.log.2#
Reading file minimization-vac.tpr, VERSION 2023.1 (single precision) Update groups can not be used for this system because an incompatible virtual site type is used
Using 1 MPI thread
Using 8 OpenMP threads
Segmentation fault (core dumped)
Does anybody have experience with this kind of problem? I am by far no expert in this field and i am not really familiar with “virtual sites”. I also downloaded the “worked” tutorial and the files i generated match the “worked” files and also when i try to simulate the “worked” files with my setup i get the same error so i guess it has something to do with my setup?? Maybe my gromacs version? Has anybody experiences with a similar problem?
Update groups can not be used for this system because an incompatible virtual site type is used
It is nothing to worry about, that’s a just an information message. Update groups are needed for some performance-relevant features, but there’s nothing you can do here, since it’s just how the system is set up.
The segmentation fault, though, is definitely indicative of some bug in GROMACS.
I also downloaded the “worked” tutorial and the files i generated match the “worked” files and also when i try to simulate the “worked” files with my setup i get the same error so i guess it has something to do with my setup??
Could you share what exactly you downloaded? Or your input files?
Maybe my gromacs version?
Please share the output of gmx -version. There’s unlikely something wrong with your GROMACS version per se, but the bug you’re encountering might be version/build specific, so the full version info will be helpful.
At this website: 3: Proteins - Part I: Basic and Martinize 2 there is a link in the beginning “The files required for this tutorial (including worked files) can be downloaded from [here.]”. I used that link to download the file and the given tutorial for the simulation.
Today i tried the same on another computer and there everything worked fine so it is most likely a software issue? I wanted to try the tutorial on my own computer, which should be possible i guess since it is a small system to simulate?
Thank you very much for help!
My gromacs version (quick and dirty installation):