Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Trace buffer is not to be handled by the format-dependent init functions
[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