1
1

Thomas's patch: Assume we won't fail unless notified by a child.

This commit was SVN r24482.
Этот коммит содержится в:
George Bosilca 2011-03-02 23:50:01 +00:00
родитель 70392ac1dc
Коммит c6a5f9706a
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -489,6 +489,8 @@ static int rte_init(void)
OBJ_RETAIN(node); /* keep accounting straight */
proc->node = node;
proc->nodename = node->name;
/* Assume we won't fail unless notified by a child */
proc->exit_code = 0;
opal_pointer_array_add(jdata->procs, proc);
/* record that the daemon (i.e., us) is on this node

Просмотреть файл

@ -731,6 +731,8 @@ int orte_rmaps_base_define_daemons(orte_job_t *jdata)
proc->name.vpid = daemons->num_procs; /* take the next available vpid */
proc->node = node;
proc->nodename = node->name;
/* Assume we won't fail unless notified by a child */
proc->exit_code = 0;
OPAL_OUTPUT_VERBOSE((5, orte_rmaps_base.rmaps_output,
"%s rmaps:base:define_daemons add new daemon %s",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),