From e4d82b8912d32d2b6a5cd15e679d96c5eeb0e715 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 15 Aug 2012 22:13:04 +0000 Subject: [PATCH] Turn off the common port by default by now until we get rollup working properly on ALL platforms This commit was SVN r27060. --- orte/runtime/orte_mca_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/runtime/orte_mca_params.c b/orte/runtime/orte_mca_params.c index eb3be9543d..5971e3762d 100644 --- a/orte/runtime/orte_mca_params.c +++ b/orte/runtime/orte_mca_params.c @@ -550,7 +550,7 @@ int orte_register_params(void) #if ORTE_ENABLE_STATIC_PORTS mca_base_param_reg_int_name("orte", "use_common_port", "Daemons use same port as HNP", - false, false, (int)true, &value); + false, false, (int)false, &value); orte_use_common_port = OPAL_INT_TO_BOOL(value); #else orte_use_common_port = false;