~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to doc/pair_buck.html

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
</H3>
16
16
<H3>pair_style buck/gpu command 
17
17
</H3>
 
18
<H3>pair_style buck/kk command 
 
19
</H3>
18
20
<H3>pair_style buck/omp command 
19
21
</H3>
20
22
<H3>pair_style buck/coul/cut command 
141
143
</P>
142
144
<HR>
143
145
 
144
 
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
145
 
the same as the corresponding style without the suffix.  They have
146
 
been optimized to run faster, depending on your available hardware, as
147
 
discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
148
 
manual.  The accelerated styles take the same arguments and should
149
 
produce the same results, except for round-off and precision issues.
 
146
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>intel</I>, <I>kk</I>, <I>omp</I>, or <I>opt</I> suffix are
 
147
functionally the same as the corresponding style without the suffix.
 
148
They have been optimized to run faster, depending on your available
 
149
hardware, as discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A>
 
150
of the manual.  The accelerated styles take the same arguments and
 
151
should produce the same results, except for round-off and precision
 
152
issues.
150
153
</P>
151
 
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
152
 
packages, respectively.  They are only enabled if LAMMPS was built with
153
 
those packages.  See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
154
 
section for more info.
 
154
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
155
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
156
enabled if LAMMPS was built with those packages.  See the <A HREF = "Section_start.html#start_3">Making
 
157
LAMMPS</A> section for more info.
155
158
</P>
156
159
<P>You can specify the accelerated styles explicitly in your input script
157
160
by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line