1
1
openmpi/src/runtime/ompi_progress.c
Tim Woodall e2350d8887 change to non-blocking poll
This commit was SVN r2184.
2004-08-17 16:08:50 +00:00

12 строки
188 B
C

#include "event/event.h"
#include "mca/pml/pml.h"
#include "runtime/ompi_progress.h"
void ompi_progress(void)
{
ompi_event_loop(OMPI_EVLOOP_NONBLOCK);
mca_pml.pml_progress();
}