Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Aug 28, 2024
1 parent 1c1f505 commit ef48e6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Repartitioner.C
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ Repartitioner::repartition_comm_pattern(
send_idxs.clear();
}


// early return if no communication partners are left
if (gathered_target_ids.size() == 0) {
return std::make_shared<CommunicationPattern>(
Expand All @@ -415,7 +414,6 @@ Repartitioner::repartition_comm_pattern(
target_ids.end()},
gko::array<comm_size_type>{exec, target_sizes.begin(),
target_sizes.end()},

send_idxs);
}

Expand Down

0 comments on commit ef48e6e

Please sign in to comment.