1
1

* rename ompi_progress to opal_progress

This commit was SVN r6326.
Этот коммит содержится в:
Brian Barrett
2005-07-03 21:57:43 +00:00
родитель 9da0b4fe1d
Коммит ccd2624e3f
34 изменённых файлов: 105 добавлений и 105 удалений

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

@ -34,7 +34,7 @@
#include "util/sys_info.h"
#include "ompi/runtime/mpiruntime.h"
#include "orte/runtime/runtime.h"
#include "opal/runtime/ompi_progress.h"
#include "opal/runtime/opal_progress.h"
#include "attribute/attribute.h"
#include "mca/base/base.h"
@ -63,11 +63,11 @@ int ompi_mpi_finalize(void)
ompi_mpi_finalized = true;
#if OMPI_ENABLE_PROGRESS_THREADS == 0
ompi_progress_events(OMPI_EVLOOP_NONBLOCK);
opal_progress_events(OMPI_EVLOOP_NONBLOCK);
#endif
/* Change progress function priority back to RTE level stuff */
ompi_progress_mpi_disable();
opal_progress_mpi_disable();
/* begin recording compound command */
/* if (OMPI_SUCCESS != (ret = orte_gpr.begin_compound_cmd())) {