temporary change to give a singleton a valid procid
This commit was SVN r2581.
Этот коммит содержится в:
родитель
2a71e4abac
Коммит
80b63173fe
@ -246,5 +246,10 @@ int mca_oob_base_module_init(void)
|
|||||||
if (NULL != base->oob_module->oob_init)
|
if (NULL != base->oob_module->oob_init)
|
||||||
base->oob_module->oob_init();
|
base->oob_module->oob_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TSW - this is a temporary hack for standalone singletons */
|
||||||
|
if(memcmp(&mca_oob_name_self, &mca_oob_name_any, sizeof(struct ompi_process_name_t)) == 0) {
|
||||||
|
mca_oob_name_self = *ompi_name_server.create_process_name(0,1,0);
|
||||||
|
}
|
||||||
return OMPI_SUCCESS;
|
return OMPI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user