Skip to content

Commit b1fff49

Browse files
authored
Merge pull request #7451 from rhc54/topic/slurm
Fix Slurm process name
2 parents 06c8a30 + 4c56a77 commit b1fff49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/pmix/base/pmix_base_fns.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ int opal_pmix_convert_nspace(opal_jobid_t *jobid, pmix_nspace_t nspace)
145145
}
146146
/* if we get here, we don't know this nspace */
147147
OPAL_HASH_STR(nspace, jid);
148+
jid &= ~(0x8000);
148149
*jobid = jid;
149150
nptr = OBJ_NEW(opal_nptr_t);
150151
nptr->jobid = jid;

0 commit comments

Comments
 (0)