Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / src / smpi / smpi_coll_private.h
index e953bcd..d0c3022 100644 (file)
@@ -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"