diff --git a/doc/package.html b/doc/package.html index 4451a87e05..bc67d1a7bf 100644 --- a/doc/package.html +++ b/doc/package.html @@ -37,7 +37,6 @@ package gpu force 0 0 0.75 package gpu force/neigh 0 0 1.0 package gpu force/neigh 0 1 -1.0 -package cuda blah package omp * force/neigh package omp 4 force @@ -154,18 +153,31 @@ its own pages).
The cuda style of this command can only be invoked if LAMMPS was built with the USER-CUDA package. See the Making -LAMMPS section for more info. +LAMMPS section for more info. When using +styles in the USER-CUDA package, use of the "package cuda" command in +your input script is not required.
The gpu style of this command can only be invoked if LAMMPS was built with the GPU package. See the Making -LAMMPS section for more info. +LAMMPS section for more info. When using +styles in the GPU package, use of the "package gpu" command in your +input script is currently required.
The omp style of this command can only be invoked if LAMMPS was built with the USER-OMP package. See the Making -LAMMPS section for more info. +LAMMPS section for more info. When using +styles in the USER-OMP package, use of the "package omp" command in +your input script is not required. See the information on default +settings below.
-Related commands: none +
Related commands:
-Default: none +
suffix +
+Default: +
+If the "-sf omp" command-line switch is used +then "package omp *" is also auto-invoked to specify default OMP +settings.