Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Set distrib name with pipol var if it is possible.
[simgrid.git] / src / smpi / smpi_coll_private.h
index 1df83cc..f062c7c 100644 (file)
@@ -7,7 +7,3 @@
  *
  **/
 #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 );
-