git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9895 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -534,7 +534,8 @@ void Comm::setup()
|
||||
maxneed[0] = MAX(all[0],all[1]);
|
||||
maxneed[1] = MAX(all[2],all[3]);
|
||||
maxneed[2] = MAX(all[4],all[5]);
|
||||
if (me == 0) printf("MAXNEED %d %d %d\n",maxneed[0],maxneed[1],maxneed[2]);
|
||||
//if (me == 0)
|
||||
//printf("MAXNEED %d %d %d\n",maxneed[0],maxneed[1],maxneed[2]);
|
||||
}
|
||||
|
||||
// allocate comm memory
|
||||
|
||||
Reference in New Issue
Block a user