-
Notifications
You must be signed in to change notification settings - Fork 900
Coll han update file reading 5.0.x #11043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coll han update file reading 5.0.x #11043
Conversation
Can one of the admins verify this patch? |
Hello! The Git Commit Checker CI bot found a few problems with this PR: 5ae5907: Coll/han Improvements:
1a9a3b3: coll/HAN: Don't DQ HAN dynamic @ intra-node subcom...
8805074: Coll han: fix allreduce dynamic calling internal h...
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
5ae5907
to
c24541c
Compare
ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/* | ||
* Stringifier for topological level | ||
*/ | ||
const char* mca_coll_han_topo_lvl_to_str(TOPO_LVL_T topo_lvl) | ||
const char* mca_coll_han_topo_lvl_to_str(TOPO_LVL_T topo_lvl_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realize t hat this breaks the common naming scheme. It should be ompi_coll_han_topo_lvl_to_str
. Given that this has been merged into main already this (and other occurrences) should be fixed in a separate PR.
Signed-off-by: Florent Germain <[email protected]> (cherry picked from commit f242689)
Signed-off-by: George Katevenis <[email protected]> (cherry picked from commit 705f8ec)
Allow topological level to be named in configuration file Improve algorithm management and choice Allow algorithm selection (optional) in configuration file Algorithm choice through MCA parameters simplification Signed-off-by: Florent GERMAIN <[email protected]> (cherry picked from commit 9245e27)
Fixes CIDs 1516453, 1516452, and 1516451. Signed-off-by: Joseph Schuchart <[email protected]> (cherry picked from commit 9e558f8)
Signed-off-by: Joseph Schuchart <[email protected]> (cherry picked from commit 3623699)
c24541c
to
425b3eb
Compare
bot:ibm:retest |
Rebase of #10828 + #10456 + #10458 + #10983 + #10992 on v5.0.x branch