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

btl/openib: delay UCX warning to add_procs() #6152

Merged
merged 3 commits into from
Jun 3, 2019

Commits on Mar 19, 2019

  1. btl/openib: delay UCX warning to add_procs()

    If UCX is available, then pml/ucx will be used instead of
    pml/ob1 + btl/openib, so there is no need to warn about
    btl/openib not supporting Infiniband.
    
    Signed-off-by: Gilles Gouaillardet <[email protected]>
    
    (cherry picked from commit open-mpi/ompi@0a2ce58)
    ggouaillardet committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d7053a3 View commit details
    Browse the repository at this point in the history
  2. btl/openib: have add_proc() return immediately when the port is disab…

    …led.
    
    Fixes an issue introduced in open-mpi/ompi@0a2ce58
    
    This is a one-off commit for the v4.0.x branch since btl/openib has been removed from master.
    
    Refs. open-mpi#6137
    
    Signed-off-by: Gilles Gouaillardet <[email protected]>
    ggouaillardet committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c58c774 View commit details
    Browse the repository at this point in the history
  3. btl/openib: immediately release the device when no port is allowed

    Many thanks to Sergey Oblomov for reporting this issue
    and the countless traces provided when troubleshooting it.
    
    This is a one-off commit for the v4.0.x branch since btl/openib has been removed
     from master.
    
    Refs. open-mpi#6137
    
    Signed-off-by: Gilles Gouaillardet <[email protected]>
    ggouaillardet committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    8da4605 View commit details
    Browse the repository at this point in the history