Skip to content
Snippets Groups Projects
Commit 9e204488 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14582 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent da41fcb7
No related branches found
No related tags found
No related merge requests found
Showing
with 118 additions and 23 deletions
...@@ -84,4 +84,8 @@ E: Bias compute group does not match compute group ...@@ -84,4 +84,8 @@ E: Bias compute group does not match compute group
The specified compute must operate on the same group as the parent The specified compute must operate on the same group as the parent
compute. compute.
E: Temperature compute degrees of freedom < 0
UNDOCUMENTED
*/ */
...@@ -79,4 +79,8 @@ E: Pair line/lj requires atom style line ...@@ -79,4 +79,8 @@ E: Pair line/lj requires atom style line
Self-explanatory. Self-explanatory.
E: All pair coeffs are not set
UNDOCUMENTED
*/ */
...@@ -59,11 +59,6 @@ E: Invalid body nparticle command ...@@ -59,11 +59,6 @@ E: Invalid body nparticle command
Arguments in atom-style command are not correct. Arguments in atom-style command are not correct.
E: Invalid format in Bodies section of data file
The specified number of integer or floating point values does not
appear.
E: Incorrect # of integer values in Bodies section of data file E: Incorrect # of integer values in Bodies section of data file
See doc page for body style. See doc page for body style.
...@@ -80,4 +75,9 @@ E: Insufficient Jacobi rotations for body nparticle ...@@ -80,4 +75,9 @@ E: Insufficient Jacobi rotations for body nparticle
Eigensolve for rigid body was not sufficiently accurate. Eigensolve for rigid body was not sufficiently accurate.
U: Invalid format in Bodies section of data file
The specified number of integer or floating point values does not
appear.
*/ */
...@@ -50,4 +50,8 @@ E: Dump atom/gz only writes compressed files ...@@ -50,4 +50,8 @@ E: Dump atom/gz only writes compressed files
The dump atom/gz output file name must have a .gz suffix. The dump atom/gz output file name must have a .gz suffix.
E: Cannot open dump file
UNDOCUMENTED
*/ */
...@@ -50,4 +50,8 @@ E: Dump cfg/gz only writes compressed files ...@@ -50,4 +50,8 @@ E: Dump cfg/gz only writes compressed files
The dump cfg/gz output file name must have a .gz suffix. The dump cfg/gz output file name must have a .gz suffix.
E: Cannot open dump file
UNDOCUMENTED
*/ */
...@@ -50,4 +50,8 @@ E: Dump custom/gz only writes compressed files ...@@ -50,4 +50,8 @@ E: Dump custom/gz only writes compressed files
The dump custom/gz output file name must have a .gz suffix. The dump custom/gz output file name must have a .gz suffix.
E: Cannot open dump file
UNDOCUMENTED
*/ */
...@@ -50,4 +50,8 @@ E: Dump xyz/gz only writes compressed files ...@@ -50,4 +50,8 @@ E: Dump xyz/gz only writes compressed files
The dump xyz/gz output file name must have a .gz suffix. The dump xyz/gz output file name must have a .gz suffix.
E: Cannot open dump file
UNDOCUMENTED
*/ */
...@@ -101,4 +101,8 @@ E: Core/shell partners were not all found ...@@ -101,4 +101,8 @@ E: Core/shell partners were not all found
Could not find or more atoms in the bond pairs. Could not find or more atoms in the bond pairs.
E: Temperature compute degrees of freedom < 0
UNDOCUMENTED
*/ */
...@@ -56,6 +56,14 @@ public: ...@@ -56,6 +56,14 @@ public:
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Insufficient memory on accelerator
UNDOCUMENTED
E: Cannot use newton pair with eam/alloy/gpu pair style
UNDOCUMENTED
E: Incorrect args for pair coefficients E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file. Self-explanatory. Check the input script or data file.
......
...@@ -56,6 +56,14 @@ public: ...@@ -56,6 +56,14 @@ public:
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Insufficient memory on accelerator
UNDOCUMENTED
E: Cannot use newton pair with eam/fs/gpu pair style
UNDOCUMENTED
E: Incorrect args for pair coefficients E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file. Self-explanatory. Check the input script or data file.
......
...@@ -51,7 +51,11 @@ E: Insufficient memory on accelerator ...@@ -51,7 +51,11 @@ E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu There is insufficient memory on one of the devices specified for the gpu
package package
E: Cannot use newton pair with lj/cut/gpu pair style E: Cannot use newton pair with lj/cubic/gpu pair style
UNDOCUMENTED
U: Cannot use newton pair with lj/cut/gpu pair style
Self-explanatory. Self-explanatory.
......
...@@ -54,6 +54,10 @@ E: Insufficient memory on accelerator ...@@ -54,6 +54,10 @@ E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu There is insufficient memory on one of the devices specified for the gpu
package package
E: Pair style tersoff/gpu requires atom IDs
UNDOCUMENTED
E: Pair style tersoff/gpu requires newton pair off E: Pair style tersoff/gpu requires newton pair off
See the newton command. This is a restriction to use this pair style. See the newton command. This is a restriction to use this pair style.
...@@ -64,4 +68,3 @@ All pair coefficients must be set in the data file or by the ...@@ -64,4 +68,3 @@ All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation. pair_coeff command before running a simulation.
*/ */
...@@ -51,7 +51,11 @@ E: Insufficient memory on accelerator ...@@ -51,7 +51,11 @@ E: Insufficient memory on accelerator
There is insufficient memory on one of the devices specified for the gpu There is insufficient memory on one of the devices specified for the gpu
package package
E: Cannot use newton pair with gauss/gpu pair style E: Cannot use newton pair with zbl/gpu pair style
UNDOCUMENTED
U: Cannot use newton pair with gauss/gpu pair style
Self-explanatory. Self-explanatory.
......
...@@ -83,9 +83,9 @@ E: Incorrect args for pair coefficients ...@@ -83,9 +83,9 @@ E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file. Self-explanatory. Check the input script or data file.
E: Pair granular requires atom style sphere E: Pair granular requires atom atrributes radius, rmass
Self-explanatory. UNDOCUMENTED
E: Pair granular requires ghost atoms store velocity E: Pair granular requires ghost atoms store velocity
...@@ -96,4 +96,12 @@ E: Pair granular with shear history requires newton pair off ...@@ -96,4 +96,12 @@ E: Pair granular with shear history requires newton pair off
This is a current restriction of the implementation of pair This is a current restriction of the implementation of pair
granular styles with history. granular styles with history.
E: Could not find pair fix ID
UNDOCUMENTED
U: Pair granular requires atom style sphere
Self-explanatory.
*/ */
...@@ -110,4 +110,8 @@ class SortFunctor { ...@@ -110,4 +110,8 @@ class SortFunctor {
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: KOKKOS package requires a kokkos enabled atom_style
UNDOCUMENTED
*/ */
...@@ -98,7 +98,11 @@ class ComputeTempKokkos : public ComputeTemp { ...@@ -98,7 +98,11 @@ class ComputeTempKokkos : public ComputeTemp {
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Illegal ... command E: Temperature compute degrees of freedom < 0
UNDOCUMENTED
U: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a documentation for the command. You can use -echo screen as a
......
...@@ -63,4 +63,8 @@ class DomainKokkos : public Domain { ...@@ -63,4 +63,8 @@ class DomainKokkos : public Domain {
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Illegal simulation box
UNDOCUMENTED
*/ */
...@@ -44,58 +44,62 @@ class FixDeformKokkos : public FixDeform { ...@@ -44,58 +44,62 @@ class FixDeformKokkos : public FixDeform {
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Illegal ... command E: Cannot (yet) use rigid bodies with fix deform and Kokkos
UNDOCUMENTED
U: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line. command-line option when running LAMMPS to see the offending line.
E: Fix deform tilt factors require triclinic box U: Fix deform tilt factors require triclinic box
Cannot deform the tilt factors of a simulation box unless it Cannot deform the tilt factors of a simulation box unless it
is a triclinic (non-orthogonal) box. is a triclinic (non-orthogonal) box.
E: Cannot use fix deform on a shrink-wrapped boundary U: Cannot use fix deform on a shrink-wrapped boundary
The x, y, z options cannot be applied to shrink-wrapped The x, y, z options cannot be applied to shrink-wrapped
dimensions. dimensions.
E: Cannot use fix deform tilt on a shrink-wrapped 2nd dim U: Cannot use fix deform tilt on a shrink-wrapped 2nd dim
This is because the shrink-wrapping will change the value This is because the shrink-wrapping will change the value
of the strain implied by the tilt factor. of the strain implied by the tilt factor.
E: Fix deform volume setting is invalid U: Fix deform volume setting is invalid
Cannot use volume style unless other dimensions are being controlled. Cannot use volume style unless other dimensions are being controlled.
E: More than one fix deform U: More than one fix deform
Only one fix deform can be defined at a time. Only one fix deform can be defined at a time.
E: Variable name for fix deform does not exist U: Variable name for fix deform does not exist
Self-explantory. Self-explantory.
E: Variable for fix deform is invalid style U: Variable for fix deform is invalid style
The variable must be an equal-style variable. The variable must be an equal-style variable.
E: Final box dimension due to fix deform is < 0.0 U: Final box dimension due to fix deform is < 0.0
Self-explanatory. Self-explanatory.
E: Cannot use fix deform trate on a box with zero tilt U: Cannot use fix deform trate on a box with zero tilt
The trate style alters the current strain. The trate style alters the current strain.
E: Fix deform cannot use yz variable with xy U: Fix deform cannot use yz variable with xy
The yz setting cannot be a variable if xy deformation is also The yz setting cannot be a variable if xy deformation is also
specified. This is because LAMMPS cannot determine if the yz setting specified. This is because LAMMPS cannot determine if the yz setting
will induce a box flip which would be invalid if xy is also changing. will induce a box flip which would be invalid if xy is also changing.
E: Fix deform is changing yz too much with xy U: Fix deform is changing yz too much with xy
When both yz and xy are changing, it induces changes in xz if the When both yz and xy are changing, it induces changes in xz if the
box must flip from one tilt extreme to another. Thus it is not box must flip from one tilt extreme to another. Thus it is not
......
...@@ -83,4 +83,12 @@ class FixNHKokkos : public FixNH { ...@@ -83,4 +83,12 @@ class FixNHKokkos : public FixNH {
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Cannot (yet) use rigid bodies with fix nh and Kokkos
UNDOCUMENTED
E: Fix npt/nph has tilted box too far in one step - periodic cell is too far from equilibrium state
UNDOCUMENTED
*/ */
...@@ -40,4 +40,12 @@ class FixNPHKokkos : public FixNHKokkos<DeviceType> { ...@@ -40,4 +40,12 @@ class FixNPHKokkos : public FixNHKokkos<DeviceType> {
/* ERROR/WARNING messages: /* ERROR/WARNING messages:
E: Temperature control can not be used with fix nph
UNDOCUMENTED
E: Pressure control must be used with fix nph
UNDOCUMENTED
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment