uti: Add/Modify test programs
Change-Id: I27a39d6b11af5243f93d07c31c2ef80f6727dd53
This commit is contained in:
15
test/uti/mpi/async_progress.h
Normal file
15
test/uti/mpi/async_progress.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _ASYNC_PROGRESS_INCLUDED_
|
||||
#define _ASYNC_PROGRESS_INCLUDED_
|
||||
|
||||
enum progress_state {
|
||||
PROGRESS_INIT = 0,
|
||||
PROGRESS_START,
|
||||
PROGRESS_FINALIZE
|
||||
};
|
||||
|
||||
void progress_init();
|
||||
void progress_start();
|
||||
void progress_stop();
|
||||
void progress_finalize();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user