git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11371 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-01-29 01:37:09 +00:00
parent 8cc4530784
commit 7f81b2f2ff
121 changed files with 2433 additions and 506 deletions

View File

@ -100,10 +100,9 @@ For a multi-partition run, the master screen file cannot be opened.
Check that the directory you are running in allows for files to be
created.
E: Cannot open log.lammps
E: Cannot open log.lammps for writing
The default LAMMPS log file cannot be opened. Check that the
directory you are running in allows for files to be created.
UNDOCUMENTED
E: Cannot open universe log file
@ -130,6 +129,10 @@ E: Smallint setting in lmptype.h is invalid
It has to be the size of an integer.
E: Imageint setting in lmptype.h is invalid
UNDOCUMENTED
E: Tagint setting in lmptype.h is invalid
Tagint must be as large or larger than smallint.
@ -146,13 +149,22 @@ E: MPI_LMP_BIGINT and bigint in lmptype.h are not compatible
The size of the MPI datatype does not match the size of a bigint.
E: Small, tag, big integers are not sized correctly
E: Small to big integers are not sized correctly
See description of these 3 data types in src/lmptype.h.
UNDOCUMENTED
E: Cannot use -cuda on without USER-CUDA installed
The USER-CUDA package must be installed via "make yes-user-cuda"
before LAMMPS is built.
U: Cannot open log.lammps
The default LAMMPS log file cannot be opened. Check that the
directory you are running in allows for files to be created.
U: Small, tag, big integers are not sized correctly
See description of these 3 data types in src/lmptype.h.
*/