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