1
1

For now, run MTT with the use_common_port option enabled. This would be the desirable scenario for users, especially at scale, so let's see if it creates any issues.

This commit was SVN r26609.
Этот коммит содержится в:
Ralph Castain 2012-06-15 15:46:38 +00:00
родитель 3c2a03b16d
Коммит 9b026c6695

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

@ -549,7 +549,7 @@ int orte_register_params(void)
mca_base_param_reg_int_name("orte", "use_common_port", mca_base_param_reg_int_name("orte", "use_common_port",
"Daemons use same port as HNP", "Daemons use same port as HNP",
false, false, (int)false, &value); false, false, (int)true, &value);
orte_use_common_port = OPAL_INT_TO_BOOL(value); orte_use_common_port = OPAL_INT_TO_BOOL(value);
#endif /* ORTE_DISABLE_FULL_SUPPORT */ #endif /* ORTE_DISABLE_FULL_SUPPORT */