Skip to content

Error when following the tutorial in Gromacs, example 1 #76

Answered by luciannahss
xih72 asked this question in Q&A
Discussion options

You must be logged in to vote

The tutorial used a old version of GROMACS. If you use GROMACS 2018 or even newer version, "-r" flag should be typed explicitly in the "gmx grompp" command.
Thus, you just need to repeat the same .gro file as the -c flag, as the error message explains.
Something like:
gmx grompp -f ../sirah.ff/tutorial/1/GPU/eq_CGDNA.mdp -p ../topol.top -po eq.mdp -n ../dna_cg_ion.ndx -c dna_cg_em.gro -r dna_cg_em.gro -o dna_cg_eq.tpr

Further details of how to use 'gmx grompp' in GROMACS 2018 including the '-c' and '-r' flags can be found here:
http://manual.gromacs.org/documentation/2018/onlinehelp/gmx-grompp.html

Let us know if it works.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SIRAHFF
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #67 on August 28, 2024 16:36.