1 
2 #ifndef __SCIMPI
3 #define __SCIMPI
4 
5 #include <mpi.h>
6 /* Create some static datastructure to store all the Request references */
7 extern MPI_Request *request;
8 extern int **listRequestPointer;
9 extern int *listRequestPointerSize;
10 
11 #endif /* __SCIMPI */
12