git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6808 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -129,8 +129,8 @@ is ignored. This means variables can NOT be re-defined in an input
|
||||
script (with 2 exceptions, read further). This is to allow an input
|
||||
script to be processed multiple times without resetting the variables;
|
||||
see the <A HREF = "jump.html">jump</A> or <A HREF = "include.html">include</A> commands. It also
|
||||
means that using the <A HREF = "Section_start.html#2_6">command-line switch</A> -var
|
||||
will override a corresponding index variable setting in the input
|
||||
means that using the <A HREF = "Section_start.html#start_6">command-line switch</A>
|
||||
-var will override a corresponding index variable setting in the input
|
||||
script.
|
||||
</P>
|
||||
<P>There are two exceptions to this rule. First, variables of style
|
||||
@ -187,7 +187,7 @@ string is assigned. All processors assign the same string to the
|
||||
variable.
|
||||
</P>
|
||||
<P><I>Index</I> style variables with a single string value can also be set by
|
||||
using the command-line switch -var; see <A HREF = "Section_start.html#2_6">this
|
||||
using the command-line switch -var; see <A HREF = "Section_start.html#start_6">this
|
||||
section</A> for details.
|
||||
</P>
|
||||
<P>The <I>loop</I> style is identical to the <I>index</I> style except that the
|
||||
@ -202,7 +202,7 @@ two arguments N1 and N2. In this case the loop runs from N1 to N2
|
||||
inclusive, and the string N1 is initially assigned to the variable.
|
||||
</P>
|
||||
<P>For the <I>world</I> style, one or more strings are specified. There must
|
||||
be one string for each processor partition or "world". See <A HREF = "Section_start.html#2_6">this
|
||||
be one string for each processor partition or "world". See <A HREF = "Section_start.html#start_6">this
|
||||
section</A> of the manual for information on
|
||||
running LAMMPS with multiple partitions via the "-partition"
|
||||
command-line switch. This variable command assigns one string to each
|
||||
@ -216,8 +216,8 @@ different partitions.
|
||||
</P>
|
||||
<P>For the <I>universe</I> style, one or more strings are specified. There
|
||||
must be at least as many strings as there are processor partitions or
|
||||
"worlds". See <A HREF = "Section_start.html#2_6">this page</A> for information on
|
||||
running LAMMPS with multiple partitions via the "-partition"
|
||||
"worlds". See <A HREF = "Section_start.html#start_6">this page</A> for information
|
||||
on running LAMMPS with multiple partitions via the "-partition"
|
||||
command-line switch. This variable command initially assigns one
|
||||
string to each world. When a <A HREF = "next.html">next</A> command is encountered
|
||||
using this variable, the first processor partition to encounter it, is
|
||||
|
||||
Reference in New Issue
Block a user