Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ooops. Forgot this new one.
authorgenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Jul 2009 21:05:45 +0000 (21:05 +0000)
committergenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Jul 2009 21:05:45 +0000 (21:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6458 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/smpi/smpi_coll_private.h [new file with mode: 0644]

diff --git a/src/smpi/smpi_coll_private.h b/src/smpi/smpi_coll_private.h
new file mode 100644 (file)
index 0000000..e953bcd
--- /dev/null
@@ -0,0 +1,6 @@
+
+#include "private.h"
+
+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 );
+