GROMACS version: 2022.5
GROMACS modification: No
How to reproduce an error.
- Minimum scripts and inputs for error reproduction
- Download the files in https://drive.google.com/drive/folders/1g7po6qhe2g79byfm9ghlIDmrKWPwl06K?usp=sharing
- Execute
bash test.sh
. You should get the error. - The full error log I got is given as
error.log
.
What I did
I tried to execute the following command:
gmx grompp -f ions.mdp \
-c solv.gro \
-p topol.top \
-po mdout_ion.mdp \
-o ions.tpr
but I got the error:
ERROR 1 [file topol.top, line 274]:
No default Improper Dih. types
Excluding 3 bonded neighbours molecule type 'Protein'
Excluding 2 bonded neighbours molecule type 'SOL'
There was 1 note
-------------------------------------------------------
Program: gmx grompp, version 2022.5
Source file: src/gromacs/gmxpreprocess/grompp.cpp (line 2172)
Fatal error:
There was 1 error in input file(s)
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------
For more detail, I give the file error.log
in the Google drive directory.
I am using charmm36-jul2022.ff.tgz and the system consists of ACE-PRO-NME.
Also, I noticed that the script succeeded in passing other amino acids and terminated normally.
This may imply proline-related issue, I suppose. But I don’t know what to fix this problem.
Could you possibly please help me to solve this issue?
Thanks in advance.