Skip to content

Commit dc55d2c

Browse files
committed
#2382: ccm-lb: another optimization
1 parent 1889b34 commit dc55d2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vt/vrt/collection/balance/temperedlb/temperedlb.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,9 @@ void TemperedLB::doLBStages(LoadType start_imb) {
12131213
vtAbort("This should never be possible to go over the threshold\n");
12141214
}
12151215

1216-
computeClusterSummary();
1216+
if (iter_ == 0) {
1217+
computeClusterSummary();
1218+
}
12171219

12181220
// Verbose printing about local clusters
12191221
for (auto const& [shared_id, cluster_info] : cur_clusters_) {

0 commit comments

Comments
 (0)