forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3065 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
090ac17e15
commit
15164afd0a
|
@ -94,7 +94,7 @@ given by
|
|||
</CENTER>
|
||||
<P>Rc is the cutoff.
|
||||
</P>
|
||||
<P>Style <I>gayberne/gpu</I> is a GPU-enabled version of style <I>lj/cut</I> that
|
||||
<P>Style <I>lj/cut/gpu</I> is a GPU-enabled version of style <I>lj/cut</I> that
|
||||
should give identical answers. Depending on system size and the GPU
|
||||
processor you have on your system, it may be 4x faster (for the
|
||||
pairwise portion of the run time). See more details below.
|
||||
|
@ -205,7 +205,7 @@ configuration are in <A HREF = "Section_start.html#2_8">this section</A> of the
|
|||
manual.
|
||||
</P>
|
||||
<P>Additional requirements in your input script to run with style
|
||||
<I>gayberne/gpu</I> are as follows:
|
||||
<I>lj/cut/gpu</I> are as follows:
|
||||
</P>
|
||||
<P>The <A HREF = "newton.html">newton pair</A> setting must be <I>off</I>.
|
||||
</P>
|
||||
|
|
|
@ -85,7 +85,7 @@ given by
|
|||
|
||||
Rc is the cutoff.
|
||||
|
||||
Style {gayberne/gpu} is a GPU-enabled version of style {lj/cut} that
|
||||
Style {lj/cut/gpu} is a GPU-enabled version of style {lj/cut} that
|
||||
should give identical answers. Depending on system size and the GPU
|
||||
processor you have on your system, it may be 4x faster (for the
|
||||
pairwise portion of the run time). See more details below.
|
||||
|
@ -196,7 +196,7 @@ 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:
|
||||
{lj/cut/gpu} are as follows:
|
||||
|
||||
The "newton pair"_newton.html setting must be {off}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue