Skip to content

Commit d5c4644

Browse files
committed
Merge pull request open-mpi#1016 from rhc54/2.0/naming
Merge pull request open-mpi#1436 from rhc54/topic/names
2 parents 2d08dd1 + eb4e8a9 commit d5c4644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/mca/pmix/pmix112/pmix1_client.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ int pmix1_client_init(void)
120120
/* we were launched by someone else, so make the
121121
* jobid just be the hash of the nspace */
122122
OPAL_HASH_STR(my_proc.nspace, pname.jobid);
123+
/* keep it from being negative */
124+
pname.jobid &= ~(0x8000);
123125
}
124126
/* insert this into our list of jobids - it will be the
125127
* first, and so we'll check it first */

0 commit comments

Comments
 (0)