12 строки
188 B
C
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();
|
|
}
|
|
|