spce/tf tutorial: gromacs 4.6-dev-20120924-c42f47a does not recognize AdResS options
42 views
Skip to first unread message
massimo sandal
unread,
Sep 30, 2012, 1:46:47 PM9/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vo...@googlegroups.com
Hi,
I am trying to run the SPCE/TF tutorial, and apparently gromacs-4.6 does not recognize AdResS-specific options in the MDP. I have recompiled and reinstalled both Gromacs 4.6 from the git repo and VOTCA to their latest versions, to no avail. At step_001 , grompp dies with the following warnings:
WARNING 1 [file grompp.mdp, line 116]: Unknown left-hand 'adress_type' in parameter file
WARNING 2 [file grompp.mdp, line 116]: Unknown left-hand 'adress_ex_width' in parameter file
WARNING 3 [file grompp.mdp, line 116]: Unknown left-hand 'adress_hy_width' in parameter file
WARNING 4 [file grompp.mdp, line 116]: Unknown left-hand 'adress_interface_correction' in parameter file
WARNING 5 [file grompp.mdp, line 116]: Unknown left-hand 'adress_reference_coords' in parameter file
WARNING 6 [file grompp.mdp, line 116]: Unknown left-hand 'adress_cg_grp_names' in parameter file
Any hint on what am I doing wrong?
thanks, Massimo
Christoph Junghans
unread,
Oct 1, 2012, 12:48:54 AM10/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
There was a slight change when we merged AdResS into gromacs 4.6.
One needs to add the line
adress = yes
in the mdp file. That should have been added in the version >=1.2.3 of
csg-tutorials.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vo...@googlegroups.com
On 01/10/12 06:48, Christoph Junghans wrote:
> There was a slight change when we merged AdResS into gromacs 4.6.
> One needs to add the line
> adress = yes
> in the mdp file. That should have been added in the version >=1.2.3 of
> csg-tutorials.
>
> Which version of csg-tutorials are you using?
>
Sorry for late reply. Indeed you were right -I was using 1.2.2 ; with
1.2.3 everything works.