|
|||||||||||||||||||||||||||||||||
AMBER Archive (2005)Subject: Re: AMBER: Minimization of avg structure-SANDER Bomb
From: David A. Case (case_at_scripps.edu)
On Thu, Mar 17, 2005, Vineet Pande wrote:
> check MAXPR in locmem.f
Then you will have to increase the value of "maxpr" in locmem.f. For example,
maxpr_float = natom * (cutoffnb + skinnb)**3 / 3.0d0
to
maxpr_float = natom * (cutoffnb + skinnb)**3 / 2.0d0
and see if that helps. Is there anything unusual about your system that would
...dac
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|