Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
0d4c999465c5f3a6f94de38e313e7021081af211
[simgrid.git] / src / smpi / colls / colls_private.h
1 /* Copyright (c) 2013-2017. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SMPI_COLLS_PRIVATE_H
7 #define SMPI_COLLS_PRIVATE_H
8
9 #include "colls.h"
10
11 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);
12
13 #endif