git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7038 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -15,16 +15,22 @@
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/gpu command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/omp command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/cut command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/cut/cuda command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/cut/omp command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/long command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/long/cuda command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/long/gpu command
|
||||
</H3>
|
||||
<H3>pair_style lj/class2/coul/long/omp command
|
||||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>pair_style style args
|
||||
@ -108,15 +114,15 @@ cutoff distance.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P>Styles with a <I>cuda</I>, <I>gpu</I>, or <I>opt</I> suffix are functionally the same
|
||||
as the corresponding style without the suffix. They have been
|
||||
optimized to run faster, depending on your available hardware, as
|
||||
discussed in <A HREF = "Section_accelerate.html">this section</A> of the manual.
|
||||
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
|
||||
the same as the corresponding style without the suffix. They have
|
||||
been optimized to run faster, depending on your available hardware,
|
||||
as discussed in <A HREF = "Section_accelerate.html">this section</A> of the manual.
|
||||
The accelerated styles take the same arguments and should produce the
|
||||
same results, except for round-off and precision issues.
|
||||
</P>
|
||||
<P>These accelerated styles are part of the USER-CUDA, GPU, and OPT
|
||||
packages respectively. They are only enabled if LAMMPS was built with
|
||||
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
|
||||
packages, respectively. They are only enabled if LAMMPS was built with
|
||||
those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
|
||||
section for more info.
|
||||
</P>
|
||||
@ -128,6 +134,8 @@ use the <A HREF = "suffix.html">suffix</A> command in your input script.
|
||||
<P>See <A HREF = "Section_accelerate.html">this section</A> of the manual for more
|
||||
instructions on how to use the accelerated styles effectively.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
||||
</P>
|
||||
<P>For atom type pairs I,J and I != J, the epsilon and sigma coefficients
|
||||
|
||||
Reference in New Issue
Block a user