git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14128 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -330,6 +330,7 @@ void FixSMD_TLSPH_ReferenceConfiguration::setup(int vflag) {
|
||||
int nall, countall;
|
||||
MPI_Allreduce(&n, &nall, 1, MPI_INT, MPI_SUM, world);
|
||||
MPI_Allreduce(&count, &countall, 1, MPI_INT, MPI_SUM, world);
|
||||
if (countall < 1) countall = 1;
|
||||
|
||||
if (comm->me == 0) {
|
||||
if (screen) {
|
||||
|
||||
Reference in New Issue
Block a user