Skip to content

Commit

Permalink
TEST: fix onesided test progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev committed Nov 3, 2023
1 parent 2aba515 commit eced0b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/mpi/test_mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ class UccTestMpi {
bool is_onesided = false);
void progress_ctx() {
ucc_context_progress(ctx);
if (onesided_ctx) {
ucc_context_progress(onesided_ctx);
}
}
};

Expand Down

0 comments on commit eced0b6

Please sign in to comment.