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

UCP/API/TEST: Add non-blocking endpoint flush and use it for RMA tests #1912

Merged
merged 3 commits into from
Oct 31, 2017

Commits on Oct 14, 2017

  1. UCP/API/TEST: Add non-blocking endpoint flush and use it for RMA tests

    The blocking version of endpoint flush may potentially cause a deadlock
    because it does not progress communications on anything except the
    current worker. Introduce a non-blocking flush and use it for unit
    tests.
    yosefe committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    e7a73f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0df0cd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. UCP/TEST/EXAMPLES: Code review fixes for non-blocking flush.

    + Add API example for how to implement blocking flush.
    + Fix return status from blocking flush compatibility functions.
    + Use non-blocking flush in hello_world example.
    yosefe committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    b7cc386 View commit details
    Browse the repository at this point in the history