git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3076 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-08-14 21:20:35 +00:00
parent 33ff40dd7e
commit e8ca365422
2 changed files with 6 additions and 6 deletions

View File

@ -764,9 +764,9 @@ certain NVIDIA CUDA software on your system:
<P>When using GPUs, you are restricted to one physical GPU per LAMMPS
process. This can be multiple GPUs on a single node or across
multiple nodes. For each GPU pair style, the first two arguments (GPU
mode followed by GPU parameter) control how GPUs are selected. If you
are running on a single node, the mode is "one/node" and the parameter
is the ID of the first GPU to select:
mode followed by GPU ID) control how GPUs are selected. If you are
running on a single node, the mode is "one/node" and the parameter is
the ID of the first GPU to select:
</P>
<PRE>pair_style lj/cut/gpu one/node 0 2.5
</PRE>