summaryrefslogtreecommitdiff
path: root/modules/mpi/src/c/sci_mpi.h
blob: 2da5474e29f378a6f687a44acd484e01327bd71e (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef __SCIMPI
#define __SCIMPI

#include <mpi.h>
/* Create some static datastructure to store all the Request references */
extern MPI_Request *request;
extern int **listRequestPointer;
extern int *listRequestPointerSize;

#endif /* __SCIMPI */