9f3dcd147a
Fix comm_spawn by singletons. orte_init does some voodoo to let the system know about localhost when we are a singleton. This includes allocating it so that any comm_spawn'd children can use their parent "allocation". Unfortunately, the fix that bproc needs (due to that smr filling up the node segment!) causes the singleton startup to fail. The fix is to just have the singleton startup force an allocation of its localhost. Only issue here is: what happens if we are in a persistent universe? The singleton will now overwrite any prior info on slots used on localhost by other jobs (won't affect anything else). The answer, of course, is to do something more intelligent - lookup localhost on the registry and just update its info instead of overwriting it. Something for another day (or month....or year) This commit was SVN r12644. |
||
---|---|---|
.. | ||
class | ||
dss | ||
etc | ||
include | ||
mca | ||
runtime | ||
test | ||
tools | ||
util | ||
Doxyfile | ||
Makefile.am |