Allow bproc operations on the head node if it was allocated for our use
This commit was SVN r15232.
Этот коммит содержится в:
родитель
1c7141df4d
Коммит
e299f7039f
@ -120,11 +120,6 @@ orte_odls_base_module_t *orte_odls_bproc_init(int *priority)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* only launch if we are not the master node */
|
|
||||||
if (bproc_currnode() == BPROC_NODE_MASTER) {
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
*priority = mca_odls_bproc_component.priority;
|
*priority = mca_odls_bproc_component.priority;
|
||||||
return &orte_odls_bproc_module;
|
return &orte_odls_bproc_module;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user