1
1

Turn off the common port by default by now until we get rollup working properly on ALL platforms

This commit was SVN r27060.
Этот коммит содержится в:
Ralph Castain 2012-08-15 22:13:04 +00:00
родитель 6e463c4ef1
Коммит e4d82b8912

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

@ -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;