Turn off the common port by default by now until we get rollup working properly on ALL platforms
This commit was SVN r27060.
Этот коммит содержится в:
родитель
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;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user