1
1
openmpi/src/runtime/lam_progress.c

11 строки
152 B
C
Исходник Обычный вид История

#include "event/event.h"
#include "mca/pml/pml.h"
#include "runtime/lam_progress.h"
void lam_progress(void)
{
lam_event_loop(LAM_EVLOOP_ONCE);
}