Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add one algo to the list
authorAugustin Degomme <augustin.degomme@imag.fr>
Tue, 16 Sep 2014 12:44:12 +0000 (14:44 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Wed, 17 Sep 2014 14:57:00 +0000 (16:57 +0200)
src/smpi/colls/colls.h

index ff58270..c1658db 100644 (file)
@@ -152,6 +152,7 @@ COLL_ALLREDUCES(COLL_PROTO, COLL_NOsep)
 #define COLL_ALLTOALLS(action, COLL_sep) \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, 2dmesh) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, 3dmesh) COLL_sep \
+COLL_APPLY(action, COLL_ALLTOALL_SIG, basic_linear) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, bruck) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, pair) COLL_sep \
 COLL_APPLY(action, COLL_ALLTOALL_SIG, pair_rma) COLL_sep \