Skip to content
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 tuned dynamic rules file alltoall_algorithm_max_requests #12827

Merged

Commits on Nov 7, 2024

  1. coll tuned dynamic rules file alltoall_algorithm_max_requests

    Teach the dynamic rules file reader to look for the
    alltoall_algorithm_max_requests tuning parameter.  To keep the dynamic rules
    file format backward compatible the alltoall_algorithm_max_requests is
    optional. When not present in the rule definition the value of the
    corresponding MCA variable is used instead.
    
    Resolves open-mpi#12589
    
    Signed-off-by: Burlen Loring <[email protected]>
    Burlen Loring committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    33f8c74 View commit details
    Browse the repository at this point in the history
  2. coll tuned add version identifier to the rules file

    the version identifier is optional but when provided it  must have the
    following format and must appear on the first line.`rule-file-version-N`
    where N is an unsigned integer. Older versions of the
    parser will fall back to fixed decision mechanism when this line is
    present. Version 1 is the original format, Version 2 has support for
    optional coll_tuned_alltoall_algorithm_max_requests specification.
    
    Signed-off-by: Burlen Loring <[email protected]>
    Burlen Loring committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f6387a4 View commit details
    Browse the repository at this point in the history