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.
Этот коммит содержится в:
родитель
3c2a03b16d
Коммит
9b026c6695
@ -549,7 +549,7 @@ int orte_register_params(void)
|
||||
|
||||
mca_base_param_reg_int_name("orte", "use_common_port",
|
||||
"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);
|
||||
|
||||
#endif /* ORTE_DISABLE_FULL_SUPPORT */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user