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 14a8574 commit 7ede7ceCopy full SHA for 7ede7ce
ompi/mpiext/continue/c/continuation.c
@@ -436,7 +436,7 @@ ompi_continuation_t *ompi_continue_cont_create(
436
/* signal that the continuation request has a new continuation */
437
OBJ_RETAIN(cont_req);
438
439
- int32_t num_active = opal_atomic_add_fetch_32(&cont_req->cont_num_active, 1);
+ int32_t num_active = opal_atomic_fetch_add_32(&cont_req->cont_num_active, 1);
440
if (num_active == 0) {
441
const bool using_threads = opal_using_threads();
442
if (using_threads) {
0 commit comments