Fix C/R restart case by passing the correct address to the orte_ess_base_build_nidmap() function. This cropped up from r19866.
It does not look like this effects the v1.3 branch since r19866 has not moved to the release branch. Thanks to Leonardo Fialho for reporting this and supplying a patch. This commit was SVN r19961. The following SVN revision numbers were found above: r19866 --> open-mpi/ompi@f54fda489e
Этот коммит содержится в:
родитель
29cc6de40b
Коммит
077b3df7cc
2
orte/mca/ess/env/ess_env_module.c
поставляемый
2
orte/mca/ess/env/ess_env_module.c
поставляемый
@ -657,7 +657,7 @@ static int rte_ft_event(int state)
|
||||
|
||||
/* if one was provided, build my nidmap */
|
||||
if (ORTE_SUCCESS != (ret = orte_ess_base_build_nidmap(orte_process_info.sync_buf,
|
||||
&nidmap, &jmap->pmap))) {
|
||||
&nidmap, jmap))) {
|
||||
ORTE_ERROR_LOG(ret);
|
||||
exit_status = ret;
|
||||
goto cleanup;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user