Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
header to explain
authorgenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Jul 2009 21:09:52 +0000 (21:09 +0000)
committergenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Jul 2009 21:09:52 +0000 (21:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6459 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/smpi/smpi_coll_private.h

index e953bcd..95a0676 100644 (file)
@@ -1,4 +1,11 @@
-
+/**
+ * $Id: $tag 
+ *
+ * smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules.
+ *
+ *
+ *
+ **/
 #include "private.h"
 
 int nary_tree_bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm,int arity);
 #include "private.h"
 
 int nary_tree_bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm,int arity);