Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ooops. Forgot this new one.
[simgrid.git] / src / smpi / smpi_coll_private.h
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 );
+