17 #ifndef __STARPU_MPI_MPI_H__
18 #define __STARPU_MPI_MPI_H__
23 #include <common/config.h>
28 #ifdef STARPU_USE_MPI_MPI
36 void _starpu_mpi_progress_shutdown(
void **value);
39 void _starpu_mpi_wait_for_initialization();
42 int _starpu_mpi_barrier(MPI_Comm comm);
43 int _starpu_mpi_wait_for_all(MPI_Comm comm);
44 int _starpu_mpi_wait(starpu_mpi_req *public_req, MPI_Status *status);
45 int _starpu_mpi_test(starpu_mpi_req *public_req,
int *flag, MPI_Status *status);
47 void _starpu_mpi_wake_up_progress_thread();
Definition: starpu_mpi_private.h:352
Definition: starpu_mpi_private.h:241