Commit 468ef144 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14602 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 5cd677f3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -89,8 +89,4 @@ E: Temperature compute degrees of freedom < 0
This should not happen if you are calculating the temperature
on a valid set of atoms.

U: Compute temp/asphere requires atom style ellipsoid

Self-explanatory.

*/
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ void PairGranHookeHistory::init_style()
  // error and warning checks

  if (!atom->radius_flag || !atom->rmass_flag)
    error->all(FLERR,"Pair granular requires atom atributes radius, rmass");
    error->all(FLERR,"Pair granular requires atom attributes radius, rmass");
  if (comm->ghost_velocity == 0)
    error->all(FLERR,"Pair granular requires ghost atoms store velocity");

+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ E: Incorrect args for pair coefficients

Self-explanatory.  Check the input script or data file.

E: Pair granular requires atom atrributes radius, rmass
E: Pair granular requires atom attributes radius, rmass

The atom style defined does not have these attributes.

+4 −4
Original line number Diff line number Diff line
@@ -55,14 +55,14 @@ E: Kokkos has been compiled for CUDA but no GPUs are requested

One or more GPUs must be used when Kokkos is compiled for CUDA.

E: Must use Kokkos half/thread or full neighbor list with threads or GPUs

Using Kokkos half-neighbor lists with threading is not allowed.

E: Illegal ... command

Self-explanatory.  Check the input script syntax and compare to the
documentation for the command.  You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.

E: Must use Kokkos half/thread or full neighbor list with threads or GPUs

Using Kokkos half-neighbor lists with threading is not allowed.

*/
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ class PairBuckKokkos : public PairBuck {

E: Cannot use Kokkos pair style with rRESPA inner/middle

rRESPA inner/middle options are not yet supported by Kokkos.
Self-explanatory.

E: Cannot use chosen neighbor list style with buck/kk

Loading