From: Augustin Degomme Date: Wed, 23 Feb 2022 20:12:48 +0000 (+0100) Subject: these are all pretty much allright, actually ... X-Git-Tag: v3.31~336 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cfd148efaea10c8ada83347beb0665ce4ec6e3bc these are all pretty much allright, actually ... just a doubt on chain bcast, but pipeline is close enough I think. --- diff --git a/src/smpi/colls/smpi_openmpi_selector.cpp b/src/smpi/colls/smpi_openmpi_selector.cpp index 6f448ae7d4..7a3008e0cd 100644 --- a/src/smpi/colls/smpi_openmpi_selector.cpp +++ b/src/smpi/colls/smpi_openmpi_selector.cpp @@ -11,13 +11,6 @@ #include -/* FIXME -add algos: -allreduce nonoverlapping, basic linear -alltoall linear_sync -bcast chain -*/ - namespace simgrid { namespace smpi {