From: Augustin Degomme Date: Tue, 16 Sep 2014 12:44:12 +0000 (+0200) Subject: add one algo to the list X-Git-Tag: v3_12~817 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cfbe67c7c286e364fd628fd361dac67690bfe333 add one algo to the list --- diff --git a/src/smpi/colls/colls.h b/src/smpi/colls/colls.h index ff58270d59..c1658dba4f 100644 --- a/src/smpi/colls/colls.h +++ b/src/smpi/colls/colls.h @@ -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 \