git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7701 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-02-06 15:18:58 +00:00
parent 6ba1e93f5d
commit 5f580b66d7

View File

@ -53,7 +53,7 @@ void Finish::end(int flag)
// recompute natoms in case atoms have been lost
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
// flag determines caller