git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1935 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user