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.
1 parent d5200ea commit ac741e0Copy full SHA for ac741e0
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