[user@localhost bilayer-lipidome]$ gmx grompp -f minimization.mdp -c 128_noW.gro -p dppc.top -o dppc-min-init.tpr
:-) GROMACS - gmx grompp, 2021.1 (-:
GROMACS is written by:
Andrey Alekseenko Emile Apol Rossen Apostolov
Paul Bauer Herman J.C. Berendsen Par Bjelkmar
Christian Blau Viacheslav Bolnykh Kevin Boyd
Aldert van Buuren Rudi van Drunen Anton Feenstra
Gilles Gouaillardet Alan Gray Gerrit Groenhof
Anca Hamuraru Vincent Hindriksen M. Eric Irrgang
Aleksei Iupinov Christoph Junghans Joe Jordan
Dimitrios Karkoulis Peter Kasson Jiri Kraus
Carsten Kutzner Per Larsson Justin A. Lemkul
Viveca Lindahl Magnus Lundborg Erik Marklund
Pascal Merz Pieter Meulenhoff Teemu Murtola
Szilard Pall Sander Pronk Roland Schulz
Michael Shirts Alexey Shvetsov Alfons Sijbers
Peter Tieleman Jon Vincent Teemu Virolainen
Christian Wennberg Maarten Wolf Artem Zhmurov
and the project leaders:
Mark Abraham, Berk Hess, Erik Lindahl, and David van der Spoel
Copyright (c) 1991-2000, University of Groningen, The Netherlands.
Copyright (c) 2001-2019, The GROMACS development team at
Uppsala University, Stockholm University and
the Royal Institute of Technology, Sweden.
check out http://www.gromacs.org for more information.
GROMACS is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1
of the License, or (at your option) any later version.
GROMACS: gmx grompp, version 2021.1
Executable: /usr/local/gromacs/bin/gmx
Data prefix: /usr/local/gromacs
Working dir: /home/user/MD/Martini/bilayer-lipidome
Command line:
gmx grompp -f minimization.mdp -c 128_noW.gro -p dppc.top -o dppc-min-init.tpr
Ignoring obsolete mdp entry 'ns_type'
Setting the LD random seed to 2146394111
-------------------------------------------------------
Program: gmx grompp, version 2021.1
Source file: src/gromacs/gmxpreprocess/topio.cpp (line 556)
Fatal error:
Syntax error - File martini_v2.0_DPPC_01.itp, line 26
Last line read:
'[moleculetype]'
Invalid order for directive moleculetype
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------
查看top文件:
#include "martini_v2.0_DPPC_01.itp"
#include "martini_v2.1.itp"
[ system ]
DPPC BILAYER SELF-ASSEMBLY
[ molecules ]
DPPC 128
martini_v2.1.itp定义粒子类型,martini_v2.0_DPPC_01.itp只定义DPPC
top文件修改成下面,就可成功运行:
#include "martini_v2.1.itp"
#include "martini_v2.0_DPPC_01.itp"
[ system ]
DPPC BILAYER SELF-ASSEMBLY
[ molecules ]
DPPC 128