Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing calls to XBT_LOG_CONNECT.
[simgrid.git] / src / smpi / colls / colls_private.h
1 #ifndef SMPI_COLLS_PRIVATE_H
2 #define SMPI_COLLS_PRIVATE_H
3
4 #include "colls.h"
5
6 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);
7 void star_reduction(MPI_Op op, void *src, void *target, int *count, MPI_Datatype *dtype);
8
9 #endif