]> 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 b4b1e9df0bf8ae998a84c0921fff186f5d379a25..f062c7c684568e2cb40361a9b79be7954d74bfed 100644 (file)
@@ -7,18 +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 );
-
-int smpi_coll_tuned_alltoall_bruck(void *sbuf, int scount, MPI_Datatype sdtype, 
-                                      void* rbuf, int rcount, MPI_Datatype rdtype,
-                                          MPI_Comm comm);
-
-int smpi_coll_tuned_alltoall_pairwise (void *sendbuf, int sendcount, MPI_Datatype datatype,
-                                          void* recvbuf, int recvcount, MPI_Datatype recvdatatype,
-                                                  MPI_Comm comm);
-
-int smpi_coll_tuned_alltoall_basic_linear(void *sbuf, int scount, MPI_Datatype sdtype,
-                                void* rbuf, int rcount, MPI_Datatype rdtype, MPI_Comm comm);
-