Silence error report - just because someone only defines ipv4 static ports doesn't make a fatal error
This commit was SVN r27976.
Этот коммит содержится в:
родитель
2703427ce6
Коммит
8e8e95ca6b
@ -365,11 +365,12 @@ static int mca_oob_tcp_component_register(void)
|
|||||||
orte_static_ports = false;
|
orte_static_ports = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (ip4_ports_given) {
|
if (!ip4_ports_given) {
|
||||||
opal_output(0, "OOB:TCP:Error: IP4 static ports given, but IPv6 is enabled and no static ports provided for it");
|
opal_output_verbose(1, mca_oob_tcp_output_handle,
|
||||||
return ORTE_ERR_FATAL;
|
"%s oob:tcp: Static ports are enabled and given for IPv4 - but not for IPv6",
|
||||||
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
|
||||||
|
orte_static_ports = false;
|
||||||
}
|
}
|
||||||
orte_static_ports = false;
|
|
||||||
mca_oob_tcp_component.tcp6_static_ports = NULL;
|
mca_oob_tcp_component.tcp6_static_ports = NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user