Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of github.com:simgrid/simgrid
[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 "private.h"
12 #include "smpi_coll.hpp"
13 #include "smpi_comm.hpp"
14 #include "smpi_datatype.hpp"
15 #include "smpi_op.hpp"
16 #include "smpi_request.hpp"
17
18 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);
19
20 #endif