Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
star-mpi's pairwise alltoall is only valid for power of 2 cases, add openmpi's one...
[simgrid.git] / src / smpi / colls / colls.h
index c870515..67b62a0 100644 (file)
@@ -143,7 +143,8 @@ 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, simple) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, ompi) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, ring_one_barrier) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, simple) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, ompi) COLL_sep \
-COLL_APPLY(action, COLL_ALLTOALL_SIG, mpich)
+COLL_APPLY(action, COLL_ALLTOALL_SIG, mpich)COLL_sep \
+COLL_APPLY(action, COLL_ALLTOALL_SIG, ompi_pairwise)
 
 COLL_ALLTOALLS(COLL_PROTO, COLL_NOsep)
 
 
 COLL_ALLTOALLS(COLL_PROTO, COLL_NOsep)