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_amounts_shutdown();
33void _starpu_mpi_comm_amounts_inc(MPI_Comm comm,
unsigned dst, MPI_Datatype datatype,
int count);
34void _starpu_mpi_comm_amounts_display(FILE *stream,
int node);