forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13281 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ac0b1d1ac3
commit
421724aadc
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* -*- c++ -*- ----------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
http://lammps.sandia.gov, Sandia National Laboratories
|
||||
|
|
24
src/comm.h
24
src/comm.h
|
@ -147,30 +147,21 @@ W: OMP_NUM_THREADS environment is not set.
|
|||
This environment variable must be set appropriately to use the
|
||||
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
|
||||
|
||||
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: Invalid group in communicate command
|
||||
E: Invalid group in comm_modify command
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Communicate group != atom_modify first group
|
||||
E: Comm_modify group != atom_modify first group
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid cutoff in communicate command
|
||||
E: Invalid cutoff in comm_modify command
|
||||
|
||||
Specified cutoff must be >= 0.0.
|
||||
|
||||
|
@ -205,4 +196,13 @@ E: Processors part option and grid style are incompatible
|
|||
|
||||
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
|
|||
|
||||
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
|
||||
|
||||
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
|
|||
Fixes generate their values on specific timesteps. Fix ave/chunk is
|
||||
requesting a value on a non-allowed timestep.
|
||||
|
||||
E: Invalid timestep resets for fix ave/time
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Fix ave/chunk missed timestep
|
||||
|
||||
UNDOCUMENTED
|
||||
|
|
|
@ -126,6 +126,10 @@ E: Fix ave/correlate variable is not equal-style variable
|
|||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid timestep resets for fix ave/time
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Fix ave/correlate missed timestep
|
||||
|
||||
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
|
|||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid timestep resets for fix ave/time
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Cannot open fix ave/histo file %s
|
||||
|
||||
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
|
|||
Fixes generate their values on specific timesteps. Fix ave/spatial is
|
||||
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
|
||||
|
||||
The lo/hi values are inconsistent.
|
||||
|
|
|
@ -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
|
||||
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
|
||||
|
||||
Self-explanatory.
|
||||
|
|
Loading…
Reference in New Issue