git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7701 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -53,7 +53,7 @@ void Finish::end(int flag)
|
|||||||
// recompute natoms in case atoms have been lost
|
// recompute natoms in case atoms have been lost
|
||||||
|
|
||||||
bigint nblocal = atom->nlocal;
|
bigint nblocal = atom->nlocal;
|
||||||
MPI_Allreduce(&nblocal,&atom->nlocal,1,MPI_LMP_BIGINT,MPI_SUM,world);
|
MPI_Allreduce(&nblocal,&atom->natoms,1,MPI_LMP_BIGINT,MPI_SUM,world);
|
||||||
|
|
||||||
// choose flavors of statistical output
|
// choose flavors of statistical output
|
||||||
// flag determines caller
|
// flag determines caller
|
||||||
|
|||||||
Reference in New Issue
Block a user