Unverified Commit b16746e4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #2313 from ndtrung81/gpu-bugfix

Fixed bugs in the CPU kernel for beck, beck/omp and the GPU kernel of gauss/gpu
parents a54f99f7 992b981c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1692,7 +1692,7 @@ USER-MEAMC package
**Contents:**

A pair style for the modified embedded atom (MEAM) potential
translated from the Fortran version in the (obsolete) "MEAM" package
translated from the Fortran version in the (obsolete) MEAM package
to plain C++. The USER-MEAMC fully replaces the MEAM package, which
has been removed from LAMMPS after the 12 December 2018 version.

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ name gives more details.

User packages have been contributed by users, and begin with the
"user" prefix.  If a contribution is a single command (single file),
it is typically in the user-misc package.  User packages don't
it is typically in the USER-MISC package.  User packages don't
necessarily meet the requirements of the :doc:`standard packages <Packages_standard>`. This means the developers will try
to keep things working and usually can answer technical questions
about compiling the package. If you have problems using a specific
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ These pair styles can only be used via the *pair* keyword of the
Restrictions
""""""""""""

The *cosine/squared* style is part of the "USER-MISC" package. It is only
The *cosine/squared* style is part of the USER-MISC package. It is only
enabled if LAMMPS is build with that package.  See the :doc:`Build package <Build_package>` doc page for more info.

Related commands
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ This pair style can only be used via the *pair* keyword of the
Restrictions
""""""""""""

This style is part of the "USER-MISC" package.  It is only enabled if
This style is part of the USER-MISC package.  It is only enabled if
LAMMPS was built with that package.  See the :doc:`Build package <Build_package>` doc page for more info.

Related commands
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ Restrictions

The  *coul/slater/long* style requires the long-range solvers included in the KSPACE package.

These styles are part of the "USER-MISC" package.  They are only enabled if
These styles are part of the USER-MISC package.  They are only enabled if
LAMMPS was built with that package.  See the :doc:`Build package <Build_package>` doc page for more info.

Related commands
Loading