We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4149d8f + ac741e0 commit 50cb477Copy full SHA for 50cb477
ompi/mca/osc/rdma/osc_rdma_lock.h
@@ -311,7 +311,7 @@ static inline int ompi_osc_rdma_lock_acquire_exclusive (ompi_osc_rdma_module_t *
311
{
312
int ret;
313
314
- while (1 != (ret = ompi_osc_rdma_lock_try_acquire_exclusive (module, peer, offset))) {
+ while (1 == (ret = ompi_osc_rdma_lock_try_acquire_exclusive (module, peer, offset))) {
315
ompi_osc_rdma_progress (module);
316
}
317
0 commit comments