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

« back to all changes in this revision

Viewing changes to doc/pair_brownian.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:
77
77
</P>
78
78
<HR>
79
79
 
80
 
<P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally 
81
 
the same as the corresponding style without the suffix.  They have 
82
 
been optimized to run faster, depending on your available hardware, 
83
 
as discussed in <A HREF = "Section_accelerate.html">this section</A> of the manual.
84
 
The accelerated styles take the same arguments and should produce the
85
 
same results, except for round-off and precision issues.
 
80
<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
 
81
functionally the same as the corresponding style without the suffix.
 
82
They have been optimized to run faster, depending on your available
 
83
hardware, as discussed in <A HREF = "Section_accelerate.html">this section</A> of
 
84
the manual.  The accelerated styles take the same arguments and should
 
85
produce the same results, except for round-off and precision issues.
86
86
</P>
87
 
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT
88
 
packages, respectively.  They are only enabled if LAMMPS was built with
89
 
those packages.  See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
90
 
section for more info.
 
87
<P>These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
 
88
KOKKOS, USER-OMP and OPT packages, respectively.  They are only
 
89
enabled if LAMMPS was built with those packages.  See the <A HREF = "Section_start.html#start_3">Making
 
90
LAMMPS</A> section for more info.
91
91
</P>
92
92
<P>You can specify the accelerated styles explicitly in your input script
93
93
by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line