Fix singleton modex - ensure singletons know that a daemon is now in the system
This commit was SVN r18047.
Этот коммит содержится в:
родитель
be2454e0c5
Коммит
fe88956080
@ -335,6 +335,9 @@ static int fork_hnp(void)
|
||||
/* likewise, since this is also the HNP, set that uri too */
|
||||
orte_process_info.my_hnp_uri = strdup(orted_uri);
|
||||
|
||||
/* update the #daemons in the job since there now is one! */
|
||||
orte_process_info.num_daemons = 1;
|
||||
|
||||
/* indicate we are a singleton so orte_init knows what to do */
|
||||
orte_process_info.singleton = true;
|
||||
/* all done - report success */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user