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

« back to all changes in this revision

Viewing changes to doc/fix_nve.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
fix nve command :h3
10
10
fix nve/cuda command :h3
 
11
fix nve/kk command :h3
11
12
fix nve/omp command :h3
12
13
 
13
14
[Syntax:]
30
31
 
31
32
:line
32
33
 
33
 
Styles with a {cuda}, {gpu}, {omp}, or {opt} suffix are functionally
34
 
the same as the corresponding style without the suffix.  They have
35
 
been optimized to run faster, depending on your available hardware, as
36
 
discussed in "Section_accelerate"_Section_accelerate.html of the
37
 
manual.  The accelerated styles take the same arguments and should
38
 
produce the same results, except for round-off and precision issues.
 
34
Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are
 
35
functionally the same as the corresponding style without the suffix.
 
36
They have been optimized to run faster, depending on your available
 
37
hardware, as discussed in "Section_accelerate"_Section_accelerate.html
 
38
of the manual.  The accelerated styles take the same arguments and
 
39
should produce the same results, except for round-off and precision
 
40
issues.
39
41
 
40
 
These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
41
 
packages, respectively.  They are only enabled if LAMMPS was built with
42
 
those packages.  See the "Making LAMMPS"_Section_start.html#start_3
43
 
section for more info.
 
42
These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
43
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
44
enabled if LAMMPS was built with those packages.  See the "Making
 
45
LAMMPS"_Section_start.html#start_3 section for more info.
44
46
 
45
47
You can specify the accelerated styles explicitly in your input script
46
48
by including their suffix, or you can use the "-suffix command-line