From c95032b9e310e3ea9274e291855b6633fcadab1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gottesb=C3=BCren?= Date: Mon, 10 Jul 2023 13:54:19 +0200 Subject: [PATCH] remove old debug output --- mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp b/mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp index 4375e1e14..4a6afbfd5 100644 --- a/mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp +++ b/mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp @@ -587,8 +587,6 @@ bool RebalancerV2::refineInternalParallel(mt_kahypar_part } - LOG << "init done"; - size_t global_move_id = 0; size_t num_overloaded_blocks = pq_layout.overloaded_blocks.size(); auto task = [&](size_t task_id) { @@ -685,8 +683,6 @@ bool RebalancerV2::refineInternalParallel(mt_kahypar_part for (size_t i = 0; i < _context.shared_memory.num_threads; ++i) { tg.run(std::bind(task, i)); } tg.wait(); - LOG << "par seftion"; - if (moves_by_part != nullptr) { moves.resize(global_move_id); moves_by_part->resize(phg.k());