From 58c001ef73d8a3efad26b4fa84e7434e76dc3072 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 9 Dec 2011 16:47:47 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7334 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/processors.html | 3 +++ doc/processors.txt | 3 +++ doc/run_style.html | 4 ++++ doc/run_style.txt | 4 ++++ 4 files changed, 14 insertions(+) diff --git a/doc/processors.html b/doc/processors.html index 547faff029..92c7f312f3 100644 --- a/doc/processors.html +++ b/doc/processors.html @@ -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.

+

The numa keyword cannot be used with the part keyword, or +with any grid setting other than cart. +

Related commands: none

Default: diff --git a/doc/processors.txt b/doc/processors.txt index da238661bf..1a7f28dde8 100644 --- a/doc/processors.txt +++ b/doc/processors.txt @@ -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:] diff --git a/doc/run_style.html b/doc/run_style.html index 6a1102b03d..f885210b2b 100644 --- a/doc/run_style.html +++ b/doc/run_style.html @@ -236,6 +236,10 @@ run_style respa 3 3 4 inner 1 3.0 4.0 middle 2 6.0 7.0 outer 3

Restrictions:

+

The verlet/split style can only be used if LAMMPS was built with the +REPLICA package. See the Making LAMMPS +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. diff --git a/doc/run_style.txt b/doc/run_style.txt index 22eadf6eff..ea9715d821 100644 --- a/doc/run_style.txt +++ b/doc/run_style.txt @@ -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.