git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5476 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -497,7 +497,7 @@ bigint Group::count(int igroup)
|
||||
|
||||
bigint nsingle = n;
|
||||
bigint nall;
|
||||
MPI_Allreduce(&nsingle,&nall,1,MPI_UNSIGNED_LONG,MPI_SUM,world);
|
||||
MPI_Allreduce(&nsingle,&nall,1,MPI_UNSIGNED_LONG_LONG,MPI_SUM,world);
|
||||
return nall;
|
||||
}
|
||||
|
||||
@ -520,7 +520,7 @@ bigint Group::count(int igroup, int iregion)
|
||||
|
||||
bigint nsingle = n;
|
||||
bigint nall;
|
||||
MPI_Allreduce(&nsingle,&nall,1,MPI_UNSIGNED_LONG,MPI_SUM,world);
|
||||
MPI_Allreduce(&nsingle,&nall,1,MPI_UNSIGNED_LONG_LONG,MPI_SUM,world);
|
||||
return nall;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user