Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add butterfly algorithm from openmpi
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 23 Feb 2022 18:05:09 +0000 (19:05 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 23 Feb 2022 18:07:12 +0000 (19:07 +0100)
commitc468e95ef526199c64b83d5ab0356100c532571d
treee877c2277d4cfde8a9167b219d0967a3bef25f33
parentc642ef59cf9edd64426dccd32986501e59e2957a
add butterfly algorithm from openmpi
described in [*] J.L. Traff. An improved Algorithm for (non-commutative) Reduce-scatter with an Application // Proc. of EuroPVM/MPI, 2005. -- pp. 129-137.
docs/source/app_smpi.rst
src/smpi/colls/reduce_scatter/reduce_scatter-ompi.cpp
src/smpi/colls/smpi_coll.cpp
src/smpi/colls/smpi_openmpi_selector.cpp
src/smpi/include/smpi_coll.hpp
teshsuite/smpi/CMakeLists.txt