git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7334 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2011-12-09 16:47:47 +00:00
parent 5baa07d3af
commit 58c001ef73
4 changed files with 14 additions and 0 deletions

View File

@ -190,6 +190,9 @@ setup phase if this error has been made.
It can be used before a restart file is read to change the 3d
processor grid from what is specified in the restart file.
</P>
<P>The <I>numa</I> keyword cannot be used with the <I>part</I> keyword, or
with any <I>grid</I> setting other than <I>cart</I>.
</P>
<P><B>Related commands:</B> none
</P>
<P><B>Default:</B>

View File

@ -183,6 +183,9 @@ This command cannot be used after the simulation box is defined by a
It can be used before a restart file is read to change the 3d
processor grid from what is specified in the restart file.
The {numa} keyword cannot be used with the {part} keyword, or
with any {grid} setting other than {cart}.
[Related commands:] none
[Default:]

View File

@ -236,6 +236,10 @@ run_style respa 3 3 4 inner 1 3.0 4.0 middle 2 6.0 7.0 outer 3
<P><B>Restrictions:</B>
</P>
<P>The <I>verlet/split</I> style can only be used if LAMMPS was built with the
REPLICA package. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
section for more info on packages.
</P>
<P>Whenever using rRESPA, the user should experiment with trade-offs in
speed and accuracy for their system, and verify that they are
conserving energy to adequate precision.

View File

@ -231,6 +231,10 @@ run_style respa 3 3 4 inner 1 3.0 4.0 middle 2 6.0 7.0 outer 3 :pre
[Restrictions:]
The {verlet/split} style can only be used if LAMMPS was built with the
REPLICA package. See the "Making LAMMPS"_Section_start.html#start_3
section for more info on packages.
Whenever using rRESPA, the user should experiment with trade-offs in
speed and accuracy for their system, and verify that they are
conserving energy to adequate precision.