X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05a5546c178ed04fe1db582960d7e46695bc580c..6760cb07d6b57be16928d95339d71e57c4e24f36:/src/smpi/smpi_coll_private.h diff --git a/src/smpi/smpi_coll_private.h b/src/smpi/smpi_coll_private.h index e953bcd2e9..d0c3022741 100644 --- a/src/smpi/smpi_coll_private.h +++ b/src/smpi/smpi_coll_private.h @@ -1,6 +1,9 @@ +/* smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules. */ -#include "private.h" +/* Copyright (c) 2009, 2010. The SimGrid Team. + * All rights reserved. */ -int nary_tree_bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm,int arity); -int nary_tree_barrier( MPI_Comm comm, int arity ); +/* 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. */ +#include "private.h"