Skip to content
Snippets Groups Projects
Commit 153bb556 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8224 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 85118664
No related branches found
No related tags found
No related merge requests found
...@@ -489,7 +489,7 @@ int Balance::dynamic_once() ...@@ -489,7 +489,7 @@ int Balance::dynamic_once()
#endif #endif
} }
imbfactor = imbalance_splits(max); imbfactor = imbalance_splits(max);
if (comm->me == 0) printf("AAA %d %d %g\n",irepeat,i,imbfactor); //if (comm->me == 0) printf("AAA %d %d %g\n",irepeat,i,imbfactor);
if (imbfactor <= thresh) break; if (imbfactor <= thresh) break;
} }
if (i < nops) break; if (i < nops) break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment