Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MPI_Scatter() ok
[simgrid.git] / src / smpi / smpi_coll_private.h
1 /**
2  * $Id$tag 
3  *
4  * smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules.
5  *
6  *
7  *
8  **/
9 #include "private.h"
10
11 int nary_tree_bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm,int arity);
12 int nary_tree_barrier( MPI_Comm comm, int arity );
13