1
1

Ensure common port is off when not being used

This commit was SVN r26666.
Этот коммит содержится в:
Ralph Castain 2012-06-26 16:09:58 +00:00
родитель 086000ce8d
Коммит a34f09e67a

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

@ -899,6 +899,10 @@ int orte_plm_base_orted_append_basic_args(int *argc, char ***argv,
if (orte_use_common_port) { if (orte_use_common_port) {
/* tell the daemon to use the common port */ /* tell the daemon to use the common port */
opal_argv_append(argc, argv, "--use-common-port"); opal_argv_append(argc, argv, "--use-common-port");
} else {
opal_argv_append(argc, argv, "-mca");
opal_argv_append(argc, argv, "orte_use_common_port");
opal_argv_append(argc, argv, "0");
} }
/* warn the daemons if we are using a tree spawn pattern so they /* warn the daemons if we are using a tree spawn pattern so they