Need to get the nidmap so that the apps have something to look at for wireup.
Without this we get errors like the following since the nidmap is empty in the apps: [[13094,1],1] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 234 [[13094,1],1] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 281 This commit was SVN r23536.
Этот коммит содержится в:
родитель
ba7e94dd89
Коммит
01fbb729e3
@ -744,7 +744,7 @@ static int init_routes(orte_jobid_t job, opal_buffer_t *ndat)
|
||||
* is attempted until the overall ORTE system knows how to talk to everyone -
|
||||
* otherwise, the system can just hang.
|
||||
*/
|
||||
if (ORTE_SUCCESS != (rc = orte_routed_base_register_sync(false))) {
|
||||
if (ORTE_SUCCESS != (rc = orte_routed_base_register_sync(true))) {
|
||||
ORTE_ERROR_LOG(rc);
|
||||
return rc;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user