Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI copyright bump before release
[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 <math.h>
10 #include "smpi/mpi.h"
11 #include "src/smpi/private.h"
12 #include "xbt/ex.h"
13 #include "xbt.h"
14 #include "../smpi_coll.hpp"
15
16 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);
17
18 #endif