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 98ac7a8 commit eb4e8a9Copy full SHA for eb4e8a9
opal/mca/pmix/pmix112/pmix1_client.c
@@ -120,6 +120,8 @@ int pmix1_client_init(void)
120
/* we were launched by someone else, so make the
121
* jobid just be the hash of the nspace */
122
OPAL_HASH_STR(my_proc.nspace, pname.jobid);
123
+ /* keep it from being negative */
124
+ pname.jobid &= ~(0x8000);
125
}
126
/* insert this into our list of jobids - it will be the
127
* first, and so we'll check it first */
0 commit comments