git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12994 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -249,7 +249,8 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator)
|
||||
// sum of procs in all worlds must equal total # of procs
|
||||
|
||||
if (!universe->consistent())
|
||||
error->universe_all(FLERR,"Processor partitions are inconsistent");
|
||||
error->universe_all(FLERR,"Processor partitions do not match "
|
||||
"number of allocated processors");
|
||||
|
||||
// universe cannot use stdin for input file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user