X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe503dfa41c532a17a4fc3f6b244e72e7783d386..f734ec7475682eb90323e804cbcfddd7e4523992:/src/smpi/colls/colls_private.hpp diff --git a/src/smpi/colls/colls_private.hpp b/src/smpi/colls/colls_private.hpp new file mode 100644 index 0000000000..e27ec91fdc --- /dev/null +++ b/src/smpi/colls/colls_private.hpp @@ -0,0 +1,20 @@ +/* Copyright (c) 2013-2017. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + +#ifndef SMPI_COLLS_PRIVATE_HPP +#define SMPI_COLLS_PRIVATE_HPP + +#include +#include "smpi/mpi.h" +#include "private.h" +#include "smpi_coll.hpp" +#include "smpi_comm.hpp" +#include "smpi_datatype.hpp" +#include "smpi_op.hpp" +#include "smpi_request.hpp" + +XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls); + +#endif