Commit 5221ac2d authored by Steven J. Plimpton's avatar Steven J. Plimpton
Browse files

add placeholders to include files for error messges

parent 0bfb6f0c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -113,13 +113,13 @@ E: Pair style requires use of kspace_style ewald/disp

Self-explanatory.

E: Pair style lj/long/dipole/long does not currently support respa

This feature is not yet supported.

E: Pair cutoff < Respa interior cutoff

One or more pairwise cutoffs are too short to use with the specified
rRESPA cutoffs.

U: Pair style lj/long/dipole/long does not currently support respa

This feature is not yet supported.

*/
+5 −5
Original line number Diff line number Diff line
@@ -50,11 +50,6 @@ class FixGPU : public Fix {

/* ERROR/WARNING messages:

E: Cannot use GPU package with USER-CUDA package enabled

You cannot use both the GPU and USER-CUDA packages
together.  Use one or the other.

E: Illegal ... command

Self-explanatory.  Check the input script syntax and compare to the
@@ -91,4 +86,9 @@ E: Cannot use neigh_modify exclude with GPU neighbor builds
This is a current limitation of the GPU implementation
in LAMMPS.

U: Cannot use GPU package with USER-CUDA package enabled

You cannot use both the GPU and USER-CUDA packages
together.  Use one or the other.

*/
+10 −3
Original line number Diff line number Diff line
@@ -54,14 +54,21 @@ E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package

E: Pair style tersoff/gpu requires newton pair off
E: Pair style tersoff/mod/gpu requires atom IDs

See the newton command.  This is a restriction to use this pair style.
UNDOCUMENTED

E: Pair style tersoff/mod/gpu requires newton pair off

UNDOCUMENTED

E: All pair coeffs are not set

All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.

*/
U: Pair style tersoff/gpu requires newton pair off

See the newton command.  This is a restriction to use this pair style.

*/
+10 −3
Original line number Diff line number Diff line
@@ -54,14 +54,21 @@ E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu
package

E: Pair style tersoff/gpu requires newton pair off
E: Pair style tersoff/zbl/gpu requires atom IDs

See the newton command.  This is a restriction to use this pair style.
UNDOCUMENTED

E: Pair style tersoff/zbl/gpu requires newton pair off

UNDOCUMENTED

E: All pair coeffs are not set

All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.

*/
U: Pair style tersoff/gpu requires newton pair off

See the newton command.  This is a restriction to use this pair style.

*/
+8 −0
Original line number Diff line number Diff line
@@ -102,4 +102,12 @@ outside a processor's sub-domain or even the entire simulation box.
This indicates bad physics, e.g. due to highly overlapping atoms, too
large a timestep, etc.

E: Cannot (yet) use K-space slab correction with compute group/group for triclinic systems

UNDOCUMENTED

E: Cannot (yet) use kspace_modify diff ad with compute group/group

UNDOCUMENTED

*/
Loading