git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6198 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -806,19 +806,21 @@ one-letter abbreviation can be used:
|
||||
<P>Use accelerated variants of various styles if they exist. The style
|
||||
can be <I>opt</I> or <I>gpu</I> or <I>cuda</I>. The variant styles are part of
|
||||
optional packages that LAMMPS can be built with, as described above in
|
||||
<A HREF = "#2_3">Section 2.3</A>. The "opt" style corrsponds to the OPT package,
|
||||
the "gpu" style to the GPU package, and the "cuda" style to the
|
||||
USER-CUDA package. For example, all of the packages provide a
|
||||
<A HREF = "pair_lj.html">pair_style lj/cut</A> variant, with styles lj/cut/opt or
|
||||
lj/cut/gpu or lj/cut/cuda. These styles can be specified explicitly
|
||||
in your input script, e.g. pair_style lj/cut/gpu. But if the
|
||||
-accelerator switch is used, you do not need to modify your input
|
||||
script. The accelerator suffix (opt,gpu,cuda) is automatically
|
||||
appended when the style is created. The suffix is applied to atom,
|
||||
pair, fix, compute, and integrate styles. If an accelerated version
|
||||
does not exist, the standard version is created. See the
|
||||
<A HREF = "accelerator.html">accelerator</A> command for info on how to turn off
|
||||
this option.
|
||||
<A HREF = "#2_3">Section 2.3</A>. Also see the <A HREF = "accelerator.html">acclerator</A>
|
||||
command doc page. The "opt" style corrsponds to the OPT package, the
|
||||
"gpu" style to the GPU package, and the "cuda" style to the USER-CUDA
|
||||
package. For 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.
|
||||
</P>
|
||||
<P>These accelerated styles can be specified explicitly in your input
|
||||
script, e.g. pair_style lj/cut/gpu. If the -accelerator switch is
|
||||
used, you do not need to modify your input script. The accelerator
|
||||
suffix (opt,gpu,cuda) is automatically appended when the style is
|
||||
created for atom, pair, fix, compute, and integrate styles. If an
|
||||
accelerated version does not exist, the standard version is created.
|
||||
See the <A HREF = "accelerator.html">accelerator</A> command for info on how to
|
||||
temporarily turn off this option.
|
||||
</P>
|
||||
<PRE>-echo style
|
||||
</PRE>
|
||||
|
||||
@ -796,19 +796,21 @@ Here are the details on the options:
|
||||
Use accelerated variants of various styles if they exist. The style
|
||||
can be {opt} or {gpu} or {cuda}. The variant styles are part of
|
||||
optional packages that LAMMPS can be built with, as described above in
|
||||
"Section 2.3"_#2_3. The "opt" style corrsponds to the OPT package,
|
||||
the "gpu" style to the GPU package, and the "cuda" style to the
|
||||
USER-CUDA package. For example, all of the packages provide a
|
||||
"pair_style lj/cut"_pair_lj.html variant, with styles lj/cut/opt or
|
||||
lj/cut/gpu or lj/cut/cuda. These styles can be specified explicitly
|
||||
in your input script, e.g. pair_style lj/cut/gpu. But if the
|
||||
-accelerator switch is used, you do not need to modify your input
|
||||
script. The accelerator suffix (opt,gpu,cuda) is automatically
|
||||
appended when the style is created. The suffix is applied to atom,
|
||||
pair, fix, compute, and integrate styles. If an accelerated version
|
||||
does not exist, the standard version is created. See the
|
||||
"accelerator"_accelerator.html command for info on how to turn off
|
||||
this option.
|
||||
"Section 2.3"_#2_3. Also see the "acclerator"_accelerator.html
|
||||
command doc page. The "opt" style corrsponds to the OPT package, the
|
||||
"gpu" style to the GPU package, and the "cuda" style to the USER-CUDA
|
||||
package. For 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.
|
||||
|
||||
These accelerated styles can be specified explicitly in your input
|
||||
script, e.g. pair_style lj/cut/gpu. If the -accelerator switch is
|
||||
used, you do not need to modify your input script. The accelerator
|
||||
suffix (opt,gpu,cuda) is automatically appended when the style is
|
||||
created for atom, pair, fix, compute, and integrate styles. If an
|
||||
accelerated version does not exist, the standard version is created.
|
||||
See the "accelerator"_accelerator.html command for info on how to
|
||||
temporarily turn off this option.
|
||||
|
||||
-echo style :pre
|
||||
|
||||
|
||||
@ -49,21 +49,22 @@ styles.
|
||||
instructions on how to build LAMMPS with any of these packages.
|
||||
</P>
|
||||
<P>These styles can be specified explicitly in your input script,
|
||||
e.g. pair_style lj/cut/gpu. If the -accelerator command-line switch
|
||||
is used, you do not need to modify your input script, as discussed in
|
||||
<A HREF = "Section_start.html#2_6">this section</A> of the manual. The command-line
|
||||
suffix (opt,gpu,cuda) is automatically appended when the style is
|
||||
created for atom, pair, fix, compute, and integrate styles. If an
|
||||
accelerated version does not exist, the standard version is created.
|
||||
e.g. <A HREF = "pair_lj.html">pair_style lj/cut/gpu</A>. If the -accelerator
|
||||
command-line switch is used, you do not need to modify your input
|
||||
script, as discussed in <A HREF = "Section_start.html#2_6">this section</A> of the
|
||||
manual. The command-line suffix (opt,gpu,cuda) is automatically
|
||||
appended when the style is created for atom, pair, fix, compute, and
|
||||
integrate styles. If an accelerated version does not exist, the
|
||||
standard version is created.
|
||||
</P>
|
||||
<P>If the -accelerator command-line switch is used, you may wish to
|
||||
disable it for one or more input script commands, so that the
|
||||
accelerated version of the style is not used, but rather the standard
|
||||
version. This can be useful for performance testing or debugging.
|
||||
disable it for one or more input script commands, so that the standard
|
||||
version of the style is used instead of the accelerated one. This can
|
||||
be useful for performance testing or debugging.
|
||||
</P>
|
||||
<P>The <I>off</I> style allows you to do this. The effect of the -accelerator
|
||||
command-line switch is effectively turned off until another
|
||||
accelerator command with the <I>on</I> style is used. The <I>on</I> style can
|
||||
accelerator command is used with the <I>on</I> style. The <I>on</I> style can
|
||||
only be used if the -accelerator command-line switch was used.
|
||||
</P>
|
||||
<P>The <I>cuda</I> style invokes options associated with the use of the
|
||||
|
||||
@ -43,21 +43,22 @@ See "this section"_Section_start.html#2_3 of the manual for
|
||||
instructions on how to build LAMMPS with any of these packages.
|
||||
|
||||
These styles can be specified explicitly in your input script,
|
||||
e.g. pair_style lj/cut/gpu. If the -accelerator command-line switch
|
||||
is used, you do not need to modify your input script, as discussed in
|
||||
"this section"_Section_start.html#2_6 of the manual. The command-line
|
||||
suffix (opt,gpu,cuda) is automatically appended when the style is
|
||||
created for atom, pair, fix, compute, and integrate styles. If an
|
||||
accelerated version does not exist, the standard version is created.
|
||||
e.g. "pair_style lj/cut/gpu"_pair_lj.html. If the -accelerator
|
||||
command-line switch is used, you do not need to modify your input
|
||||
script, as discussed in "this section"_Section_start.html#2_6 of the
|
||||
manual. The command-line suffix (opt,gpu,cuda) is automatically
|
||||
appended when the style is created for atom, pair, fix, compute, and
|
||||
integrate styles. If an accelerated version does not exist, the
|
||||
standard version is created.
|
||||
|
||||
If the -accelerator command-line switch is used, you may wish to
|
||||
disable it for one or more input script commands, so that the
|
||||
accelerated version of the style is not used, but rather the standard
|
||||
version. This can be useful for performance testing or debugging.
|
||||
disable it for one or more input script commands, so that the standard
|
||||
version of the style is used instead of the accelerated one. This can
|
||||
be useful for performance testing or debugging.
|
||||
|
||||
The {off} style allows you to do this. The effect of the -accelerator
|
||||
command-line switch is effectively turned off until another
|
||||
accelerator command with the {on} style is used. The {on} style can
|
||||
accelerator command is used with the {on} style. The {on} style can
|
||||
only be used if the -accelerator command-line switch was used.
|
||||
|
||||
The {cuda} style invokes options associated with the use of the
|
||||
|
||||
Reference in New Issue
Block a user