18 #ifndef __STARPU_MPI_H__
19 #define __STARPU_MPI_H__
23 #if defined(STARPU_USE_MPI)
31 typedef void *starpu_mpi_req;
40 int starpu_mpi_test(starpu_mpi_req *req,
int *flag, MPI_Status *status);
73 #endif // STARPU_USE_MPI
74 #endif // __STARPU_MPI_H__