git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3696 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -67,7 +67,7 @@ void PRD::command(int narg, char **arg)
|
||||
error->all("PRD command before simulation box is defined");
|
||||
if (universe->nworlds != universe->nprocs &&
|
||||
atom->map_style == 0)
|
||||
error->all("Cannot use PRD command with multi-proc replicas "
|
||||
error->all("Cannot use PRD with multi-proc replicas "
|
||||
"unless atom map exists");
|
||||
if (universe->nworlds == 1 && comm->me == 0)
|
||||
error->warning("Running PRD with only one replica");
|
||||
|
||||
Reference in New Issue
Block a user