1
1

Finish backing out r13316 by also removing the comments that it

insertted.

This commit was SVN r13324.

The following SVN revision numbers were found above:
  r13316 --> open-mpi/ompi@35c1370a13
Этот коммит содержится в:
Jeff Squyres 2007-01-26 13:09:18 +00:00
родитель 668a2bd7ac
Коммит 974dcebf9f
2 изменённых файлов: 0 добавлений и 3 удалений

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

@ -310,14 +310,12 @@ int orte_init_stage1(bool infrastructure)
goto error;
}
/* only daemon procs will execute this code */
if (ORTE_SUCCESS != (ret = orte_odls_base_open())) {
ORTE_ERROR_LOG(ret);
error = "orte_odls_base_open";
goto error;
}
/* only daemon procs will execute this code */
if (ORTE_SUCCESS != (ret = orte_odls_base_select())) {
ORTE_ERROR_LOG(ret);
error = "orte_odls_base_select";

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

@ -68,7 +68,6 @@ int orte_system_finalize(void)
/* rmgr and odls close depend on wait/iof */
orte_rmgr_base_close();
/* only daemon procs will execute this code */
orte_odls_base_close();
orte_wait_finalize();
orte_iof_base_close();