]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/smpi_coll_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use an execute action instead of a sleep action.
[simgrid.git] / src / smpi / smpi_coll_private.h
index 95a0676d9ee0705aac962c70f9376f28f00f6bb5..f062c7c684568e2cb40361a9b79be7954d74bfed 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * $Id$tag 
+ * $Id$tag 
  *
  * smpi_coll_private.h -- functions of smpi_coll.c that are exported to other SMPI modules.
  *
@@ -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 );
-