Skip to content

Commit

Permalink
TEST: fix onesided test progress (openucx#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored and janjust committed Jan 31, 2024
1 parent d44b246 commit bdbb99c
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 @@ -378,6 +378,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 bdbb99c

Please sign in to comment.