forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7712 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8972482fd9
commit
75990ce095
|
@ -365,8 +365,6 @@ void ChangeBox::command(int narg, char **arg)
|
|||
|
||||
// check if any atoms were lost
|
||||
|
||||
domain->print_box(" ");
|
||||
|
||||
bigint natoms;
|
||||
bigint nblocal = atom->nlocal;
|
||||
MPI_Allreduce(&nblocal,&natoms,1,MPI_LMP_BIGINT,MPI_SUM,world);
|
||||
|
|
Loading…
Reference in New Issue