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

v4.0.x: REF6976 Silent failure of OMPI over OFI with large messages sizes #7005

Merged
merged 1 commit into from
Sep 24, 2019
Merged

v4.0.x: REF6976 Silent failure of OMPI over OFI with large messages sizes #7005

merged 1 commit into from
Sep 24, 2019

Commits on Sep 23, 2019

  1. REF6976 Silent failure of OMPI over OFI with large messages sizes

    INTERNAL: STL-59403
    
    The OFI (libfabric) MTL does not respect the maximum message size
    parameter that OFI provides in the fi_info data.
    
    This patch adds this missing max_msg_size field to the mca_ofi_module_t
    structure and adds a length check to the low-level send routines.
    
    (cherry-picked from commit 3aca4af)
    Change-Id: Ie50445e5edfb0f30916de0836db0edc64ecf7c60
    Signed-off-by: Michael Heinz <michael.william.heinz@intel.com>
    Reviewed-by: Adam Goldman <adam.goldman@intel.com>
    Reviewed-by: Brendan Cunningham <brendan.cunningham@intel.com>
    Michael Heinz committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    89be953 View commit details
    Browse the repository at this point in the history