From 58c001ef73d8a3efad26b4fa84e7434e76dc3072 Mon Sep 17 00:00:00 2001
From: sjplimp
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.