X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12c0f182635ed71b370d608b5b9a614153765cd4..5f1dc33c9f76ee99973ba93f034f031451398ebe:/src/smpi/colls/coll_tuned_topo.h diff --git a/src/smpi/colls/coll_tuned_topo.h b/src/smpi/colls/coll_tuned_topo.h index 73b0361356..907fdecf70 100644 --- a/src/smpi/colls/coll_tuned_topo.h +++ b/src/smpi/colls/coll_tuned_topo.h @@ -1,3 +1,8 @@ +/* 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. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -5,15 +10,12 @@ * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, + * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * $COPYRIGHT$ - * + * * Additional copyrights may follow - * - * $HEADER$ */ #ifndef MCA_COLL_TUNED_TOPO_H_HAS_BEEN_INCLUDED @@ -53,9 +55,7 @@ ompi_coll_tree_t* ompi_coll_tuned_topo_build_bmtree( MPI_Comm comm, int root ); - ompi_coll_tree_t* - ompi_coll_tuned_topo_build_in_order_bmtree( MPI_Comm comm, - int root ); + ompi_coll_tree_t* ompi_coll_tuned_topo_build_in_order_bmtree(MPI_Comm comm, int root); ompi_coll_tree_t* ompi_coll_tuned_topo_build_chain( int fanout, MPI_Comm com,