Thomas's patch: Assume we won't fail unless notified by a child.
This commit was SVN r24482.
Этот коммит содержится в:
родитель
70392ac1dc
Коммит
c6a5f9706a
@ -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),
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user