X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7c0c67af63b3979a597a66e5e1c8b0435fc6e19..6fb7cd815ecf6b7f0874482aec3d82ad62bd4c4c:/src/smpi/colls/colls_private.h diff --git a/src/smpi/colls/colls_private.h b/src/smpi/colls/colls_private.h index 5686a71282..7ae80dc00b 100644 --- a/src/smpi/colls/colls_private.h +++ b/src/smpi/colls/colls_private.h @@ -1,9 +1,18 @@ +/* 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_H #define SMPI_COLLS_PRIVATE_H -#include "colls.h" +#include +#include "smpi/mpi.h" +#include "src/smpi/private.h" +#include "xbt/ex.h" +#include "xbt.h" +#include "../smpi_coll.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls); -void star_reduction(MPI_Op op, void *src, void *target, int *count, MPI_Datatype *dtype); #endif