829fd478b3
If someone gives us a namespace that doesn't easily translate to an integer, we have to create a mechanism for working around the disconnect. PRRTE has been updated to give us a flag so we know we were "natively" launched. If we don't see it, then fall back to generating a hash of the nspace as our jobid. We then have to translate back/forth between nspace and jobid using a lookup table. Probably not the right long-term solution, but hopefully helps get us thru for a bit. Includes update of PRRTE pointer Signed-off-by: Ralph Castain <rhc@pmix.org>