On Tue, Mar 09, 2010, lee lior wrote:
>
> The error message I get:
>
> PGFIO-F-239/namelist read/unit=5/entity name is not member of group.
Note that the next line is the really helpful one:
File name = ./MD.in formatted, sequential access record = 25
That tells you that the error is on line 25 of MD.in. If you then look at
that line:
&wt type=DUMPFREQ, istep1=10 /
and compare it to examples in tutorials or the Users' Manual, you can see that
it should be:
&wt type='DUMPFREQ', istep1=10 /
You need single quotes around the string.
[Of course, the point of the long-ish reply to not only to (hopefully) fix
the problem, but to illustrate how to debug things like this yourself.]
...good luck...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Mar 10 2010 - 08:00:03 PST