1
1

Fix singleton modex - ensure singletons know that a daemon is now in the system

This commit was SVN r18047.
Этот коммит содержится в:
Ralph Castain 2008-03-31 20:36:27 +00:00
родитель 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 */