progress routine for non-threaded case
This commit was SVN r1015.
Этот коммит содержится в:
родитель
a4422f55f8
Коммит
d8f4557659
10
src/runtime/lam_progress.c
Обычный файл
10
src/runtime/lam_progress.c
Обычный файл
@ -0,0 +1,10 @@
|
|||||||
|
#include "event/event.h"
|
||||||
|
#include "mca/pml/pml.h"
|
||||||
|
#include "runtime/lam_progress.h"
|
||||||
|
|
||||||
|
|
||||||
|
void lam_progress(void)
|
||||||
|
{
|
||||||
|
lam_event_loop(LAM_EVLOOP_ONCE);
|
||||||
|
}
|
||||||
|
|
7
src/runtime/lam_progress.h
Обычный файл
7
src/runtime/lam_progress.h
Обычный файл
@ -0,0 +1,7 @@
|
|||||||
|
#ifndef _LAM_PROGRESS_H_
|
||||||
|
#define _LAM_PROGRESS_H_
|
||||||
|
|
||||||
|
extern void lam_progress(void);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Загрузка…
x
Ссылка в новой задаче
Block a user