X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bfa65e8497d5a3c6d6c1854dd9aecd93b5aea7be..1a39cc6fdc908c33507b5b0f8bae61f7286fd4ca:/src/smpi/smpi_coll_private.h diff --git a/src/smpi/smpi_coll_private.h b/src/smpi/smpi_coll_private.h index 95a0676d9e..d0c3022741 100644 --- a/src/smpi/smpi_coll_private.h +++ b/src/smpi/smpi_coll_private.h @@ -1,13 +1,9 @@ -/** - * $Id: $tag - * - * smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules. - * - * - * - **/ -#include "private.h" +/* smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules. */ + +/* 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"