''
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14090 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1645,15 +1645,22 @@ multi-partition mode, if the specified file is "none", then no screen
|
||||
output is performed. Option -pscreen will override the name of the
|
||||
partition screen files file.N.
|
||||
|
||||
-suffix style :pre
|
||||
-suffix style args :pre
|
||||
|
||||
Use variants of various styles if they exist. The specified style can
|
||||
be {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt}. These refer to
|
||||
optional packages that LAMMPS can be built with, as described above in
|
||||
be {cuda}, {gpu}, {intel}, {kk}, {omp}, {opt}, or {hybrid}. These refer
|
||||
to optional packages that LAMMPS can be built with, as described above in
|
||||
"Section 2.3"_#start_3. The "cuda" style corresponds to the USER-CUDA
|
||||
package, the "gpu" style to the GPU package, the "intel" style to the
|
||||
USER-INTEL package, the "kk" style to the KOKKOS package, the "opt"
|
||||
style to the OPT package, and the "omp" style to the USER-OMP package.
|
||||
style to the OPT package, and the "omp" style to the USER-OMP package. The
|
||||
hybrid style is the only style that accepts arguments. It allows for two
|
||||
packages to be specified. The first package specified is the default and
|
||||
will be used if it is available. If no style is available for the first
|
||||
package, the style for the second package will be used if available. For
|
||||
example, "-suffix hybrid intel omp" will use styles from the USER-INTEL
|
||||
package if they are installed and available, but styles for the USER-OMP
|
||||
package otherwise.
|
||||
|
||||
Along with the "-package" command-line switch, this is a convenient
|
||||
mechanism for invoking accelerator packages and their options without
|
||||
@ -1680,14 +1687,14 @@ For the USER-INTEL package, using this command-line switch also
|
||||
invokes the default USER-INTEL settings, as if the command "package
|
||||
intel 1" were used at the top of your input script. These settings
|
||||
can be changed by using the "-package intel" command-line switch or
|
||||
the "package intel"_package.html command in your script. If the
|
||||
USER-OMP package is also installed, the intel suffix will make the omp
|
||||
suffix a second choice, if a requested style is not available in the
|
||||
USER-INTEL package. It will also invoke the default USER-OMP
|
||||
settings, as if the command "package omp 0" were used at the top of
|
||||
your input script. These settings can be changed by using the
|
||||
"-package omp" command-line switch or the "package omp"_package.html
|
||||
command in your script.
|
||||
the "package intel"_package.html command in your script. If the
|
||||
USER-OMP package is also installed, the hybrid style with "intel omp"
|
||||
arguments can be used to make the omp suffix a second choice, if a
|
||||
requested style is not available in the USER-INTEL package. It will
|
||||
also invoke the default USER-OMP settings, as if the command "package
|
||||
omp 0" were used at the top of your input script. These settings can
|
||||
be changed by using the "-package omp" command-line switch or the
|
||||
"package omp"_package.html command in your script.
|
||||
|
||||
For the KOKKOS package, using this command-line switch also invokes
|
||||
the default KOKKOS settings, as if the command "package kokkos" were
|
||||
|
||||
Reference in New Issue
Block a user