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

« back to all changes in this revision

Viewing changes to doc/pair_lj.txt

  • 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:
8
8
 
9
9
pair_style lj/cut command :h3
10
10
pair_style lj/cut/cuda command :h3
11
 
pair_style lj/cut/experimental/cuda command :h3
12
11
pair_style lj/cut/gpu command :h3
 
12
pair_style lj/cut/intel command :h3
 
13
pair_style lj/cut/kk command :h3
13
14
pair_style lj/cut/opt command :h3
14
15
pair_style lj/cut/omp command :h3
15
16
pair_style lj/cut/coul/cut command :h3
26
27
pair_style lj/cut/coul/long command :h3
27
28
pair_style lj/cut/coul/long/cuda command :h3
28
29
pair_style lj/cut/coul/long/gpu command :h3
 
30
pair_style lj/cut/coul/long/intel command :h3
29
31
pair_style lj/cut/coul/long/opt command :h3
30
32
pair_style lj/cut/coul/long/omp command :h3
31
33
pair_style lj/cut/coul/msm command :h3
230
232
 
231
233
:line
232
234
 
233
 
Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
234
 
the same as the corresponding style without the suffix.  They have
235
 
been optimized to run faster, depending on your available hardware, as
236
 
discussed in "Section_accelerate"_Section_accelerate.html of the
237
 
manual.  The accelerated styles take the same arguments and should
238
 
produce the same results, except for round-off and precision issues.
 
235
Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are
 
236
functionally the same as the corresponding style without the suffix.
 
237
They have been optimized to run faster, depending on your available
 
238
hardware, as discussed in "Section_accelerate"_Section_accelerate.html
 
239
of the manual.  The accelerated styles take the same arguments and
 
240
should produce the same results, except for round-off and precision
 
241
issues.
239
242
 
240
 
These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
241
 
packages, respectively.  They are only enabled if LAMMPS was built with
242
 
those packages.  See the "Making LAMMPS"_Section_start.html#start_3
243
 
section for more info.
 
243
These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
244
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
245
enabled if LAMMPS was built with those packages.  See the "Making
 
246
LAMMPS"_Section_start.html#start_3 section for more info.
244
247
 
245
248
You can specify the accelerated styles explicitly in your input script
246
249
by including their suffix, or you can use the "-suffix command-line