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

Multiple fixes for UCX v1.5.2 #3662

Merged
merged 7 commits into from
Jun 4, 2019

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    1896d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53eff99 View commit details
    Browse the repository at this point in the history
  3. UCS/TEST: Remove entry from configuration list when library is unloaded

     When UCT is loaded, the static initializer adds it's configuration
    tables to the global list in UCS. When UCT is unloaded, need to remove
    them from that list, otherwise the list will point to invalid memory.
    yosefe committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    19d5172 View commit details
    Browse the repository at this point in the history
  4. INFO: ficed crash on ucx_info -fca

    - there was incorrect processing of aliases of configs
    Sergey Oblomov authored and yosefe committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    ed2748f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    608d823 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaa4411 View commit details
    Browse the repository at this point in the history
  7. UCT/DC: Initialize qp_cap

    yosefe committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    0cb7b64 View commit details
    Browse the repository at this point in the history