Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ooops. Forgot this new one.
[simgrid.git] / src / smpi / smpi_coll_private.h
1
2 #include "private.h"
3
4 int nary_tree_bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm,int arity);
5 int nary_tree_barrier( MPI_Comm comm, int arity );
6