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

« back to all changes in this revision

Viewing changes to doc/pair_lj.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:
13
13
</H3>
14
14
<H3>pair_style lj/cut/cuda command 
15
15
</H3>
16
 
<H3>pair_style lj/cut/experimental/cuda command 
17
 
</H3>
18
16
<H3>pair_style lj/cut/gpu command 
19
17
</H3>
 
18
<H3>pair_style lj/cut/intel command 
 
19
</H3>
 
20
<H3>pair_style lj/cut/kk command 
 
21
</H3>
20
22
<H3>pair_style lj/cut/opt command 
21
23
</H3>
22
24
<H3>pair_style lj/cut/omp command 
49
51
</H3>
50
52
<H3>pair_style lj/cut/coul/long/gpu command 
51
53
</H3>
 
54
<H3>pair_style lj/cut/coul/long/intel command 
 
55
</H3>
52
56
<H3>pair_style lj/cut/coul/long/opt command 
53
57
</H3>
54
58
<H3>pair_style lj/cut/coul/long/omp command 
263
267
</P>
264
268
<HR>
265
269
 
266
 
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
267
 
the same as the corresponding style without the suffix.  They have
268
 
been optimized to run faster, depending on your available hardware, as
269
 
discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
270
 
manual.  The accelerated styles take the same arguments and should
271
 
produce the same results, except for round-off and precision issues.
 
270
<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
 
271
functionally the same as the corresponding style without the suffix.
 
272
They have been optimized to run faster, depending on your available
 
273
hardware, as discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A>
 
274
of the manual.  The accelerated styles take the same arguments and
 
275
should produce the same results, except for round-off and precision
 
276
issues.
272
277
</P>
273
 
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
274
 
packages, respectively.  They are only enabled if LAMMPS was built with
275
 
those packages.  See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
276
 
section for more info.
 
278
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
279
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
280
enabled if LAMMPS was built with those packages.  See the <A HREF = "Section_start.html#start_3">Making
 
281
LAMMPS</A> section for more info.
277
282
</P>
278
283
<P>You can specify the accelerated styles explicitly in your input script
279
284
by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line