mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6271 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0c3fce2117
commit
da7bd4eeb9
|
@ -911,16 +911,18 @@ GPU package, and the "cuda" style to the USER-CUDA package.
|
|||
</P>
|
||||
<P>As an example, all of the packages provide a <A HREF = "pair_lj.html">pair_style
|
||||
lj/cut</A> variant, with style names lj/cut/opt or
|
||||
lj/cut/gpu or lj/cut/cuda. Any variant styles can be specified
|
||||
lj/cut/gpu or lj/cut/cuda. A variant styles can be specified
|
||||
explicitly in your input script, e.g. pair_style lj/cut/gpu. If the
|
||||
-suffix switch is used, you do not need to modify your input script.
|
||||
The specified suffix (opt,gpu,cuda) is automatically appended whenever
|
||||
an input script command creates a new atom, pair, fix, compute, or
|
||||
your input script command creates a new <A HREF = "atom_style.html">atom</A>,
|
||||
<A HREF = "pair_style.html">pair</A>, <A HREF = "fix.html">fix</A>, <A HREF = "compute.html">compute</A>, or
|
||||
<A HREF = "run_style.html">integrate</A> style. atom, pair, fix, compute, or
|
||||
integrate style. If the variant version does not exist, the standard
|
||||
version is created.
|
||||
</P>
|
||||
<P>The <A HREF = "suffix.html">suffix</A> command can also set the suffix and it can
|
||||
also turn off/on the suffix associated with this command-line switch.
|
||||
<P>The <A HREF = "suffix.html">suffix</A> command can also set a suffix and it can also
|
||||
turn off/on any suffix setting made via the command line.
|
||||
</P>
|
||||
<PRE>-var name value1 value2 ...
|
||||
</PRE>
|
||||
|
|
|
@ -901,16 +901,18 @@ GPU package, and the "cuda" style to the USER-CUDA package.
|
|||
|
||||
As an example, all of the packages provide a "pair_style
|
||||
lj/cut"_pair_lj.html variant, with style names lj/cut/opt or
|
||||
lj/cut/gpu or lj/cut/cuda. Any variant styles can be specified
|
||||
lj/cut/gpu or lj/cut/cuda. A variant styles can be specified
|
||||
explicitly in your input script, e.g. pair_style lj/cut/gpu. If the
|
||||
-suffix switch is used, you do not need to modify your input script.
|
||||
The specified suffix (opt,gpu,cuda) is automatically appended whenever
|
||||
an input script command creates a new atom, pair, fix, compute, or
|
||||
your input script command creates a new "atom"_atom_style.html,
|
||||
"pair"_pair_style.html, "fix"_fix.html, "compute"_compute.html, or
|
||||
"integrate"_run_style.html style. atom, pair, fix, compute, or
|
||||
integrate style. If the variant version does not exist, the standard
|
||||
version is created.
|
||||
|
||||
The "suffix"_suffix.html command can also set the suffix and it can
|
||||
also turn off/on the suffix associated with this command-line switch.
|
||||
The "suffix"_suffix.html command can also set a suffix and it can also
|
||||
turn off/on any suffix setting made via the command line.
|
||||
|
||||
-var name value1 value2 ... :pre
|
||||
|
||||
|
|
Loading…
Reference in New Issue