diff --git a/doc/Section_howto.html b/doc/Section_howto.html index 4d1e6e290a..5fc6904ffd 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -304,7 +304,7 @@ to launch LAMMPS on multiple partitions.
In your input script, define a set of temperatures, one for each processor partition, using the variable command:
-variable t proc 300.0 310.0 320.0 330.0 +variable t world 300.0 310.0 320.0 330.0Define a fix of style nvt or langevin to control the temperature of each simulation: diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index b23f9fd1ae..35f557a384 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -300,7 +300,7 @@ to launch LAMMPS on multiple partitions. In your input script, define a set of temperatures, one for each processor partition, using the "variable"_variable.html command: -variable t proc 300.0 310.0 320.0 330.0 :pre +variable t world 300.0 310.0 320.0 330.0 :pre Define a fix of style "nvt"_fix_nvt.html or "langevin"_fix_langevin.html to control the temperature of each simulation: