1
1

Allow bproc operations on the head node if it was allocated for our use

This commit was SVN r15232.
Этот коммит содержится в:
Ralph Castain 2007-06-28 14:53:17 +00:00
родитель 1c7141df4d
Коммит e299f7039f

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

@ -120,11 +120,6 @@ orte_odls_base_module_t *orte_odls_bproc_init(int *priority)
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;
return &orte_odls_bproc_module;
}