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 289da85 commit 6668a3bCopy full SHA for 6668a3b
ompi/mpiext/continue/c/continuation.c
@@ -65,7 +65,7 @@ static void ompi_continuation_construct(ompi_continuation_t* cont)
65
cont->cont_req = NULL;
66
cont->cont_cb = NULL;
67
cont->cont_data = NULL;
68
- OPAL_ATOMIC_RELAXED_STORE(&cont->cont_num_active, 0);
+ cont->cont_num_active = 0;
69
cont->cont_num_opreqs = 0;
70
cont->cont_opreqs = NULL;
71
cont->cont_failed = 0;
0 commit comments