Add qlmpi and swap to mckernel (This is rebase commit for merging to development)
This commit is contained in:
committed by
Ken Sato
parent
74f15783d2
commit
236a072311
10
executer/include/qlmpilib.h
Normal file
10
executer/include/qlmpilib.h
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef __HEADER_QLMPILIB_H
|
||||
#define __HEADER_QLMPILIB_H
|
||||
|
||||
int ql_client(int *argc, char ***argv);
|
||||
|
||||
#define QL_CONTINUE 1
|
||||
#define QL_EXIT 0
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user