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

« back to all changes in this revision

Viewing changes to doc/angle_cosine.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:
35
35
 
36
36
:line
37
37
 
38
 
Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
39
 
the same as the corresponding style without the suffix.  They have
40
 
been optimized to run faster, depending on your available hardware, as
41
 
discussed in "Section_accelerate"_Section_accelerate.html of the
42
 
manual.  The accelerated styles take the same arguments and should
43
 
produce the same results, except for round-off and precision issues.
 
38
Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are
 
39
functionally the same as the corresponding style without the suffix.
 
40
They have been optimized to run faster, depending on your available
 
41
hardware, as discussed in "Section_accelerate"_Section_accelerate.html
 
42
of the manual.  The accelerated styles take the same arguments and
 
43
should produce the same results, except for round-off and precision
 
44
issues.
44
45
 
45
 
These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
46
 
packages, respectively.  They are only enabled if LAMMPS was built with
47
 
those packages.  See the "Making LAMMPS"_Section_start.html#start_3
48
 
section for more info.
 
46
These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
47
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
48
enabled if LAMMPS was built with those packages.  See the "Making
 
49
LAMMPS"_Section_start.html#start_3 section for more info.
49
50
 
50
51
You can specify the accelerated styles explicitly in your input script
51
52
by including their suffix, or you can use the "-suffix command-line
60
61
[Restrictions:]
61
62
 
62
63
This angle style can only be used if LAMMPS was built with the
63
 
MOLECULAR package (which it is by default).  See the "Making
 
64
MOLECULE package (which it is by default).  See the "Making
64
65
LAMMPS"_Section_start.html#start_3 section for more info on packages.
65
66
 
66
67
[Related commands:]