Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
these are all pretty much allright, actually ...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 23 Feb 2022 20:12:48 +0000 (21:12 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 23 Feb 2022 20:12:48 +0000 (21:12 +0100)
just a doubt on chain bcast, but pipeline is close enough I think.

src/smpi/colls/smpi_openmpi_selector.cpp

index 6f448ae..7a3008e 100644 (file)
 
 #include <memory>
 
-/* FIXME
-add algos:
-allreduce nonoverlapping, basic linear
-alltoall linear_sync
-bcast chain
-*/
-
 namespace simgrid {
 namespace smpi {