Skip to content

Commit

Permalink
coll/tuned: Change the default collective algorithm selection
Browse files Browse the repository at this point in the history
The default algorithm selections were out of date and not performing
well. After gathering data from OMPI developers, new default algorithm
decisions were selected for:

    allgather
    allgatherv
    allreduce
    alltoall
    alltoallv
    barrier
    bcast
    gather
    reduce
    reduce_scatter_block
    reduce_scatter
    scatter

These results were gathered using the ompi-collectives-tuning package
and then averaged amongst the results gathered from multiple OMPI
developers on their clusters.

You can access the graphs and averaged data here:
https://drive.google.com/drive/folders/1MV5E9gN-5tootoWoh62aoXmN0jiWiqh3

Signed-off-by: William Zhang <wilzhang@amazon.com>
(cherry picked from commit ce40cfb)
  • Loading branch information
wckzhang committed Jul 28, 2020
1 parent e08e15c commit 5a13c53
Showing 1 changed file with 1,412 additions and 494 deletions.
Loading

0 comments on commit 5a13c53

Please sign in to comment.