From e299f7039f3f282f648032c80f2f9b0f7a8bd9b7 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 28 Jun 2007 14:53:17 +0000 Subject: [PATCH] Allow bproc operations on the head node if it was allocated for our use This commit was SVN r15232. --- orte/mca/odls/bproc/odls_bproc_component.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/orte/mca/odls/bproc/odls_bproc_component.c b/orte/mca/odls/bproc/odls_bproc_component.c index c43f58bc2a..9bd410f52e 100644 --- a/orte/mca/odls/bproc/odls_bproc_component.c +++ b/orte/mca/odls/bproc/odls_bproc_component.c @@ -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; }