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

This commit is contained in:
sjplimp
2011-01-06 23:23:37 +00:00
parent 3cd5ef56fc
commit 01db59bea3
23 changed files with 83 additions and 54 deletions

View File

@ -86,7 +86,7 @@ void Finish::end(int flag)
// use actual natoms, in case atoms were lost
bigint nblocal = atom->nlocal;
MPI_Allreduce(&nblocal,&natoms,1,MPI_UNSIGNED_LONG_LONG,MPI_SUM,world);
MPI_Allreduce(&nblocal,&natoms,1,MPI_LMP_BIGINT,MPI_SUM,world);
if (me == 0) {
if (screen)