git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1935 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2008-06-27 19:20:00 +00:00
parent 5871a7ec25
commit 68007fdbf0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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