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 9aa2a1d + e379d5b commit 1d9a61cCopy full SHA for 1d9a61c
opal/mca/pmix/pmix112/pmix/src/client/pmix_client.c
@@ -237,6 +237,7 @@ int PMIx_Init(pmix_proc_t *proc)
237
(void)strncpy(proc->nspace, pmix_globals.myid.nspace, PMIX_MAX_NSLEN);
238
proc->rank = pmix_globals.myid.rank;
239
}
240
+ ++pmix_globals.init_cntr;
241
return PMIX_SUCCESS;
242
243
0 commit comments