Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove mpi alltoall{,w}_pairwise (identical to ring)
[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
8 #endif