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

« back to all changes in this revision

Viewing changes to doc/pair_lj_smooth.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:
60
60
 
61
61
:line
62
62
 
63
 
Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
64
 
the same as the corresponding style without the suffix.  They have
65
 
been optimized to run faster, depending on your available hardware, as
66
 
discussed in "Section_accelerate"_Section_accelerate.html of the
67
 
manual.  The accelerated styles take the same arguments and should
68
 
produce the same results, except for round-off and precision issues.
 
63
Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are
 
64
functionally the same as the corresponding style without the suffix.
 
65
They have been optimized to run faster, depending on your available
 
66
hardware, as discussed in "Section_accelerate"_Section_accelerate.html
 
67
of the manual.  The accelerated styles take the same arguments and
 
68
should produce the same results, except for round-off and precision
 
69
issues.
69
70
 
70
 
These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
71
 
packages, respectively.  They are only enabled if LAMMPS was built with
72
 
those packages.  See the "Making LAMMPS"_Section_start.html#start_3
73
 
section for more info.
 
71
These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
72
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
73
enabled if LAMMPS was built with those packages.  See the "Making
 
74
LAMMPS"_Section_start.html#start_3 section for more info.
74
75
 
75
76
You can specify the accelerated styles explicitly in your input script
76
77
by including their suffix, or you can use the "-suffix command-line