git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15078 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-05-31 16:07:15 +00:00
parent c91873924b
commit 32ba20085d
280 changed files with 1434 additions and 2777 deletions

View File

@ -3,9 +3,6 @@
pair_style lj/class2 command
============================
pair_style lj/class2/cuda command
=================================
pair_style lj/class2/gpu command
================================
@ -18,9 +15,6 @@ pair_style lj/class2/omp command
pair_style lj/class2/coul/cut command
=====================================
pair_style lj/class2/coul/cut/cuda command
==========================================
pair_style lj/class2/coul/cut/kk command
========================================
@ -30,9 +24,6 @@ pair_style lj/class2/coul/cut/omp command
pair_style lj/class2/coul/long command
======================================
pair_style lj/class2/coul/long/cuda command
===========================================
pair_style lj/class2/coul/long/gpu command
==========================================
@ -141,7 +132,7 @@ cutoff distance.
----------
Styles with a *cuda*\ , *gpu*\ , *intel*\ , *kk*\ , *omp*\ , or *opt* suffix are
Styles with a *gpu*\ , *intel*\ , *kk*\ , *omp*\ , or *opt* suffix are
functionally the same as the corresponding style without the suffix.
They have been optimized to run faster, depending on your available
hardware, as discussed in :doc:`Section_accelerate <Section_accelerate>`
@ -149,9 +140,9 @@ of the manual. The accelerated styles take the same arguments and
should produce the same results, except for round-off and precision
issues.
These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL,
KOKKOS, USER-OMP and OPT packages, respectively. They are only
enabled if LAMMPS was built with those packages. See the :ref:`Making LAMMPS <start_3>` section for more info.
These accelerated styles are part of the GPU, USER-INTEL, KOKKOS,
USER-OMP and OPT packages, respectively. They are only enabled if
LAMMPS was built with those packages. See the :ref:`Making LAMMPS <start_3>` section for more info.
You can specify the accelerated styles explicitly in your input script
by including their suffix, or you can use the :ref:`-suffix command-line switch <start_7>` when you invoke LAMMPS, or you can