17 #ifndef __STARPU_MPI_STATS_H__
18 #define __STARPU_MPI_STATS_H__
31 void _starpu_mpi_comm_amounts_init(MPI_Comm comm);
32 void _starpu_mpi_comm_stats_disable(
void);
33 void _starpu_mpi_comm_stats_enable(
void);
34 void _starpu_mpi_comm_amounts_shutdown(
void);
35 void _starpu_mpi_comm_amounts_inc(MPI_Comm comm,
unsigned memnode,
unsigned dst, MPI_Datatype datatype,
int count);
36 void _starpu_mpi_nb_coop_inc(
int nb_nodes_in_coop);
37 void _starpu_mpi_comm_amounts_display(FILE *stream,
int node);