Move an output message so it only comes out under specific conditions.
You will now receive a message indicating that an existing universe was detected, but connection to it was refused. The system will tell you the name it created for the new universe it will now be using. This commit was SVN r5747.
Этот коммит содержится в:
родитель
1b42e973d5
Коммит
d1fe8b6b90
@ -220,11 +220,11 @@ int orte_init_stage1(void)
|
||||
ompi_output(0, "orte_init: failed to create unique universe name");
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
ompi_output(0, "Could not join an existing universe");
|
||||
ompi_output(0, "Could not join a running, existing universe");
|
||||
ompi_output(0, "Establishing a new one named: %s",
|
||||
orte_universe_info.name);
|
||||
|
||||
}
|
||||
orte_process_info.seed = true;
|
||||
/* since we are seed, ensure that all replica info is NULL'd */
|
||||
if (NULL != orte_process_info.ns_replica_uri) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user