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

[BBT#337] Topic/smarter mpi #327

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2022

  1. Start less MPI requests.

    This ensure a smaller number of requests to check every time we need to
    progress the communication layer.
    
    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    01a1a69 View commit details
    Browse the repository at this point in the history
  2. Add comment on the AM management structure.

    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d1ed658 View commit details
    Browse the repository at this point in the history
  3. Add more comments.

    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    afe6bd1 View commit details
    Browse the repository at this point in the history
  4. Add MCA parameters for the number of AM and data transfers pending.

    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b9538f0 View commit details
    Browse the repository at this point in the history
  5. Allow multiple requests to be added to the MPI_Testsome array.

    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2b28041 View commit details
    Browse the repository at this point in the history
  6. Cleanup the MPI comm engine MCA params.

    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    48d0691 View commit details
    Browse the repository at this point in the history
  7. Allow for the definition of a range of messages.

    Our benchmark test is now very similar to NetPIPE, their results can be
    compared directly.
    
    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0261294 View commit details
    Browse the repository at this point in the history
  8. Better manage the requests.

    Always keep the array of requests packed in the right order, the one
    that matches the start order of the AM requests.
    
    Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
    bosilca committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6f6261b View commit details
    Browse the repository at this point in the history