From 68007fdbf0c01497b8b41b627825fcbfaa57a4ae Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 27 Jun 2008 19:20:00 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1935 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_howto.html | 2 +- doc/Section_howto.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.0 
 

Define 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: