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

« back to all changes in this revision

Viewing changes to doc/fix_nve_sphere.html

  • 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:
53
53
</P>
54
54
<HR>
55
55
 
56
 
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally
57
 
the same as the corresponding style without the suffix.  They have
58
 
been optimized to run faster, depending on your available hardware, as
59
 
discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A> of the
60
 
manual.  The accelerated styles take the same arguments and should
61
 
produce the same results, except for round-off and precision issues.
 
56
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>intel</I>, <I>kk</I>, <I>omp</I>, or <I>opt</I> suffix are
 
57
functionally the same as the corresponding style without the suffix.
 
58
They have been optimized to run faster, depending on your available
 
59
hardware, as discussed in <A HREF = "Section_accelerate.html">Section_accelerate</A>
 
60
of the manual.  The accelerated styles take the same arguments and
 
61
should produce the same results, except for round-off and precision
 
62
issues.
62
63
</P>
63
 
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
64
 
packages, respectively.  They are only enabled if LAMMPS was built with
65
 
those packages.  See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
66
 
section for more info.
 
64
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
65
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
66
enabled if LAMMPS was built with those packages.  See the <A HREF = "Section_start.html#start_3">Making
 
67
LAMMPS</A> section for more info.
67
68
</P>
68
69
<P>You can specify the accelerated styles explicitly in your input script
69
70
by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line