Skip to content
Snippets Groups Projects
Commit 421724aa authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13281 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ac0b1d1a
No related branches found
No related tags found
No related merge requests found
/* -*- c++ -*- ---------------------------------------------------------- /* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories http://lammps.sandia.gov, Sandia National Laboratories
......
...@@ -147,30 +147,21 @@ W: OMP_NUM_THREADS environment is not set. ...@@ -147,30 +147,21 @@ W: OMP_NUM_THREADS environment is not set.
This environment variable must be set appropriately to use the This environment variable must be set appropriately to use the
USER-OMP pacakge. USER-OMP pacakge.
E: Bad grid of processors
The 3d grid of processors defined by the processors command does not
match the number of processors LAMMPS is being run on.
E: Processor count in z must be 1 for 2d simulation
Self-explanatory.
E: Illegal ... command E: 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: Invalid group in communicate command E: Invalid group in comm_modify command
Self-explanatory. Self-explanatory.
E: Communicate group != atom_modify first group E: Comm_modify group != atom_modify first group
Self-explanatory. Self-explanatory.
E: Invalid cutoff in communicate command E: Invalid cutoff in comm_modify command
Specified cutoff must be >= 0.0. Specified cutoff must be >= 0.0.
...@@ -205,4 +196,13 @@ E: Processors part option and grid style are incompatible ...@@ -205,4 +196,13 @@ E: Processors part option and grid style are incompatible
Cannot use gstyle numa or custom with the part option. Cannot use gstyle numa or custom with the part option.
E: Bad grid of processors
The 3d grid of processors defined by the processors command does not
match the number of processors LAMMPS is being run on.
E: Processor count in z must be 1 for 2d simulation
Self-explanatory.
*/ */
...@@ -118,6 +118,10 @@ E: Fix ave/atom variable is not atom-style variable ...@@ -118,6 +118,10 @@ E: Fix ave/atom variable is not atom-style variable
A variable used by fix ave/atom must generate per-atom values. A variable used by fix ave/atom must generate per-atom values.
E: Invalid timestep resets for fix ave/time
UNDOCUMENTED
E: Fix ave/atom missed timestep E: Fix ave/atom missed timestep
You cannot reset the timestep to a value beyond where the fix You cannot reset the timestep to a value beyond where the fix
......
...@@ -164,6 +164,10 @@ E: Fix for fix ave/chunk not computed at compatible time ...@@ -164,6 +164,10 @@ E: Fix for fix ave/chunk not computed at compatible time
Fixes generate their values on specific timesteps. Fix ave/chunk is Fixes generate their values on specific timesteps. Fix ave/chunk is
requesting a value on a non-allowed timestep. requesting a value on a non-allowed timestep.
E: Invalid timestep resets for fix ave/time
UNDOCUMENTED
E: Fix ave/chunk missed timestep E: Fix ave/chunk missed timestep
UNDOCUMENTED UNDOCUMENTED
......
...@@ -126,6 +126,10 @@ E: Fix ave/correlate variable is not equal-style variable ...@@ -126,6 +126,10 @@ E: Fix ave/correlate variable is not equal-style variable
Self-explanatory. Self-explanatory.
E: Invalid timestep resets for fix ave/time
UNDOCUMENTED
E: Fix ave/correlate missed timestep E: Fix ave/correlate missed timestep
You cannot reset the timestep to a value beyond where the fix You cannot reset the timestep to a value beyond where the fix
......
...@@ -214,6 +214,10 @@ E: Variable name for fix ave/histo does not exist ...@@ -214,6 +214,10 @@ E: Variable name for fix ave/histo does not exist
Self-explanatory. Self-explanatory.
E: Invalid timestep resets for fix ave/time
UNDOCUMENTED
E: Cannot open fix ave/histo file %s E: Cannot open fix ave/histo file %s
The specified file cannot be opened. Check that the path and name are The specified file cannot be opened. Check that the path and name are
......
...@@ -181,6 +181,10 @@ E: Fix for fix ave/spatial not computed at compatible time ...@@ -181,6 +181,10 @@ E: Fix for fix ave/spatial not computed at compatible time
Fixes generate their values on specific timesteps. Fix ave/spatial is Fixes generate their values on specific timesteps. Fix ave/spatial is
requesting a value on a non-allowed timestep. requesting a value on a non-allowed timestep.
E: Invalid timestep resets for fix ave/time
UNDOCUMENTED
E: Invalid bin bounds in fix ave/spatial E: Invalid bin bounds in fix ave/spatial
The lo/hi values are inconsistent. The lo/hi values are inconsistent.
......
...@@ -170,6 +170,10 @@ One of more of the vector inputs has individual elements which are ...@@ -170,6 +170,10 @@ One of more of the vector inputs has individual elements which are
flagged as intensive or extensive. Such an input cannot be flagged as flagged as intensive or extensive. Such an input cannot be flagged as
all intensive/extensive when turned into an array by fix ave/time. all intensive/extensive when turned into an array by fix ave/time.
E: Invalid timestep resets for fix ave/time
UNDOCUMENTED
E: Fix ave/time columns are inconsistent lengths E: Fix ave/time columns are inconsistent lengths
Self-explanatory. Self-explanatory.
......
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