diff --git a/doc/pair_gayberne.html b/doc/pair_gayberne.html index 905084e6b2..879bd1cbc9 100644 --- a/doc/pair_gayberne.html +++ b/doc/pair_gayberne.html @@ -148,16 +148,22 @@ about hardware and software requirements for using GPUs.

The gpuflag and gpunum settings in the pair_style command refer to how the GPUs on your system are configured.

-

Set gpuflag to one/node if you have multiple gpus on 1 CPU node of -your system. In this case, gpunum should be the starting GPU ID. +

Set gpuflag to one/node if you have a single compute "node" on +your system, which may have multiple cores and/or GPUs. Gpunum +should be set to the ID of the (first) GPU you wish to use with LAMMPS +(another GPU might be driving your display).

-

Set gpuflag to one/node if you have multiple gpus on 1 node -of your system. In this case, gpunum should be the starting GPU ID. +

Set gpuflag to one/gpu if you have multiple compute "nodes" on +your system, with one GPU per node. Gpunum should be set to the ID +of the GPU.

-

// set multi_gpu_mode to one/gpu to select the same gpu id on every node - // -- param is id of gpu - // set multi_gpu_mode to multi/gpu to get ma - // -- param is number of gpus per node +

Set gpuflag to multi/gpu if you have multiple compute "nodes" on +your system, each with multiple GPUs. Gpunum should be set to the +number of GPUs per node. +

+

More details about these settings and various possible hardware +configuration are in this section of the +manual.

Additional requirements in your input script to run with style gayberne/gpu are as follows: diff --git a/doc/pair_gayberne.txt b/doc/pair_gayberne.txt index 2ced4408f1..26b27ef92e 100755 --- a/doc/pair_gayberne.txt +++ b/doc/pair_gayberne.txt @@ -143,16 +143,22 @@ about hardware and software requirements for using GPUs. The {gpuflag} and {gpunum} settings in the pair_style command refer to how the GPUs on your system are configured. -Set {gpuflag} to {one/node} if you have multiple gpus on 1 CPU node of -your system. In this case, {gpunum} should be the starting GPU ID. +Set {gpuflag} to {one/node} if you have a single compute "node" on +your system, which may have multiple cores and/or GPUs. {Gpunum} +should be set to the ID of the (first) GPU you wish to use with LAMMPS +(another GPU might be driving your display). -Set {gpuflag} to {one/node} if you have multiple gpus on 1 node -of your system. In this case, {gpunum} should be the starting GPU ID. +Set {gpuflag} to {one/gpu} if you have multiple compute "nodes" on +your system, with one GPU per node. {Gpunum} should be set to the ID +of the GPU. - // set multi_gpu_mode to one/gpu to select the same gpu id on every node - // -- param is id of gpu - // set multi_gpu_mode to multi/gpu to get ma - // -- param is number of gpus per node +Set {gpuflag} to {multi/gpu} if you have multiple compute "nodes" on +your system, each with multiple GPUs. {Gpunum} should be set to the +number of GPUs per node. + +More details about these settings and various possible hardware +configuration are in "this section"_Section_start.html#2_8 of the +manual. Additional requirements in your input script to run with style {gayberne/gpu} are as follows: diff --git a/doc/pair_lj.html b/doc/pair_lj.html index ac93481c30..f57a4abd54 100644 --- a/doc/pair_lj.html +++ b/doc/pair_lj.html @@ -182,6 +182,26 @@ speed-up. See the Running on GPUs sectio the manual for more details about hardware and software requirements for using GPUs.

+

The gpuflag and gpunum settings in the pair_style command refer to +how the GPUs on your system are configured. +

+

Set gpuflag to one/node if you have a single compute "node" on +your system, which may have multiple cores and/or GPUs. Gpunum +should be set to the ID of the (first) GPU you wish to use with LAMMPS +(another GPU might be driving your display). +

+

Set gpuflag to one/gpu if you have multiple compute "nodes" on +your system, with one GPU per node. Gpunum should be set to the ID +of the GPU. +

+

Set gpuflag to multi/gpu if you have multiple compute "nodes" on +your system, each with multiple GPUs. Gpunum should be set to the +number of GPUs per node. +

+

More details about these settings and various possible hardware +configuration are in this section of the +manual. +

Additional requirements in your input script to run with style gayberne/gpu are as follows:

diff --git a/doc/pair_lj.txt b/doc/pair_lj.txt index 5419dc0349..4e0b32c133 100644 --- a/doc/pair_lj.txt +++ b/doc/pair_lj.txt @@ -173,6 +173,26 @@ speed-up. See the "Running on GPUs"_Section_start.html#2_8 section of the manual for more details about hardware and software requirements for using GPUs. +The {gpuflag} and {gpunum} settings in the pair_style command refer to +how the GPUs on your system are configured. + +Set {gpuflag} to {one/node} if you have a single compute "node" on +your system, which may have multiple cores and/or GPUs. {Gpunum} +should be set to the ID of the (first) GPU you wish to use with LAMMPS +(another GPU might be driving your display). + +Set {gpuflag} to {one/gpu} if you have multiple compute "nodes" on +your system, with one GPU per node. {Gpunum} should be set to the ID +of the GPU. + +Set {gpuflag} to {multi/gpu} if you have multiple compute "nodes" on +your system, each with multiple GPUs. {Gpunum} should be set to the +number of GPUs per node. + +More details about these settings and various possible hardware +configuration are in "this section"_Section_start.html#2_8 of the +manual. + Additional requirements in your input script to run with style {gayberne/gpu} are as follows: