Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add and use mvapich's scatter_dest alltoall algorithm
[simgrid.git] / src / smpi / colls / colls.h
index dae8570f4343618716801e0cddce21e8aa311fc8..575233436c1d4d9f0be8ae62dc24ffd764230793 100644 (file)
@@ -155,6 +155,7 @@ COLL_APPLY(action, COLL_ALLTOALL_SIG, ring_light_barrier) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, ring_mpi_barrier) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, ring_one_barrier) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, mvapich2) COLL_sep \
+COLL_APPLY(action, COLL_ALLTOALL_SIG, mvapich2_scatter_dest) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, ompi) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, mpich) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, automatic)