From: genaud Date: Tue, 7 Jul 2009 21:05:45 +0000 (+0000) Subject: ooops. Forgot this new one. X-Git-Tag: SVN~1185 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/05a5546c178ed04fe1db582960d7e46695bc580c ooops. Forgot this new one. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6458 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/smpi/smpi_coll_private.h b/src/smpi/smpi_coll_private.h new file mode 100644 index 0000000000..e953bcd2e9 --- /dev/null +++ b/src/smpi/smpi_coll_private.h @@ -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 ); +