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 TCP async progress #1491

Merged
merged 3 commits into from
Mar 29, 2016
Merged

BTL TCP async progress #1491

merged 3 commits into from
Mar 29, 2016

Commits on Mar 28, 2016

  1. Add support for async progress in the BTL TCP.

    All BTL-only operations (basically all data movements
    with the exception of the matching operation) can now
    be handled for the TCP BTL by a progress thread.
    bosilca committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    32277db View commit details
    Browse the repository at this point in the history
  2. Enable Threading in the BTL TCP

    Added mca parameter to turn progress thread on/off
    Add a flag to check if we have btl progress thread.
    Added macro for ob1 matching lock.
    Update the AUTHORS file.
    Thananon Patinyasakdikul authored and bosilca committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    9206249 View commit details
    Browse the repository at this point in the history
  3. Update the copyright and cleanup the code.

    Per @jsquyres suggestion remove all trailing spaces.
    Credit to `sed -i.bak 's/ *$//' */[ch]`.
    bosilca committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    f69eba1 View commit details
    Browse the repository at this point in the history