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

« back to all changes in this revision

Viewing changes to doc/pair_lubricate.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:
141
141
 
142
142
:line
143
143
 
144
 
Styles with a {cuda}, {gpu}, {omp}, or {opt} 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, 
147
 
as discussed in "this section"_Section_accelerate.html of the manual.
148
 
The accelerated styles take the same arguments and should produce the
149
 
same results, except for round-off and precision issues.
 
144
Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are
 
145
functionally the same as the corresponding style without the suffix.
 
146
They have been optimized to run faster, depending on your available
 
147
hardware, as discussed in "this section"_Section_accelerate.html of
 
148
the manual.  The accelerated styles take the same arguments and should
 
149
produce the same results, except for round-off and precision issues.
150
150
 
151
 
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 "Making LAMMPS"_Section_start.html#start_3
154
 
section for more info.
 
151
These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
152
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
153
enabled if LAMMPS was built with those packages.  See the "Making
 
154
LAMMPS"_Section_start.html#start_3 section for more info.
155
155
 
156
156
You can specify the accelerated styles explicitly in your input script
157
157
by including their suffix, or you can use the "-suffix command-line