Commit 68007fdb authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1935 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 5871a7ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ to launch LAMMPS on multiple partitions.
<P>In your input script, define a set of temperatures, one for each
processor partition, using the <A HREF = "variable.html">variable</A> command:
</P>
<PRE>variable t proc 300.0 310.0 320.0 330.0 
<PRE>variable t world 300.0 310.0 320.0 330.0 
</PRE>
<P>Define a fix of style <A HREF = "fix_nvt.html">nvt</A> or <A HREF = "fix_langevin.html">langevin</A>
to control the temperature of each simulation:
+1 −1
Original line number Diff line number Diff line
@@ -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: