git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7761 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
13
src/lammps.h
13
src/lammps.h
@ -69,7 +69,7 @@ the command you are using to launch LAMMPS.
|
||||
|
||||
E: Cannot use -reorder after -partition
|
||||
|
||||
UNDOCUMENTED
|
||||
Self-explanatory. See doc page discussion of command-line switches.
|
||||
|
||||
E: Processor partitions are inconsistent
|
||||
|
||||
@ -83,11 +83,11 @@ The -in command-line option must be used to specify a file.
|
||||
|
||||
E: Can only use -pscreen with multiple partitions
|
||||
|
||||
UNDOCUMENTED
|
||||
Self-explanatory. See doc page discussion of command-line switches.
|
||||
|
||||
E: Can only use -plog with multiple partitions
|
||||
|
||||
UNDOCUMENTED
|
||||
Self-explanatory. See doc page discussion of command-line switches.
|
||||
|
||||
E: Cannot open universe screen file
|
||||
|
||||
@ -143,14 +143,15 @@ The size of the MPI datatype does not match the size of a bigint.
|
||||
|
||||
E: Small, tag, big integers are not sized correctly
|
||||
|
||||
UNDOCUMENTED
|
||||
See description of these 3 data types in src/lmptype.h.
|
||||
|
||||
E: 64-bit atom IDs are not yet supported
|
||||
|
||||
UNDOCUMENTED
|
||||
See description of this data type in src/lmptype.h.
|
||||
|
||||
E: Cannot use -cuda on without USER-CUDA installed
|
||||
|
||||
UNDOCUMENTED
|
||||
The USER-CUDA package must be installed via "make yes-user-cuda"
|
||||
before LAMMPS is built.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user