Skip to content

Commit

Permalink
remove old debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Jul 10, 2023
1 parent 1642e11 commit c95032b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ bool RebalancerV2<TypeTraits, GainTypes>::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) {
Expand Down Expand Up @@ -685,8 +683,6 @@ bool RebalancerV2<TypeTraits, GainTypes>::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());
Expand Down

0 comments on commit c95032b

Please sign in to comment.