From dac5c0354dfa1d9cc9d8b08b9ee30dca04b478dc Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 1 Dec 2011 17:51:50 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7268 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/package.html | 24 ++++++++++++++++++------ doc/package.txt | 24 ++++++++++++++++++------ 2 files changed, 36 insertions(+), 12 deletions(-) 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.

diff --git a/doc/package.txt b/doc/package.txt index cc8b85594b..a9f800cc93 100644 --- a/doc/package.txt +++ b/doc/package.txt @@ -31,7 +31,6 @@ package gpu force 0 0 1.0 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 :pre @@ -148,16 +147,29 @@ This command cannot be used after the simulation box is defined by a The cuda style of this command can only be invoked if LAMMPS was built with the USER-CUDA package. See the "Making -LAMMPS"_Section_start.html#start_3 section for more info. +LAMMPS"_Section_start.html#start_3 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_start.html#start_3 section for more info. +LAMMPS"_Section_start.html#start_3 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_start.html#start_3 section for more info. +LAMMPS"_Section_start.html#start_3 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"_suffix.html + +[Default:] + +If the "-sf omp" "command-line switch"_Section_start.html#2_6 is used +then "package omp *" is also auto-invoked to specify default OMP +settings.