Skip to content

Commit

Permalink
don't require all received
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Nov 13, 2024
1 parent c22cf96 commit d5d4328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bvals/comms/boundary_communication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ TaskStatus ReceiveBoundBufs(std::shared_ptr<MeshData<Real>> &md) {
// Receive any messages that are around
bool all_combined_received =
pmesh->pcombined_buffers->TryReceiveAny(md.get(), bound_type);
all_received = all_received && all_combined_received;
//all_received = all_received && all_combined_received;
}
const bool comb_comm = pmesh->do_combined_comms;
std::for_each(std::begin(cache.buf_vec), std::end(cache.buf_vec),
Expand Down

0 comments on commit d5d4328

Please sign in to comment.