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

Prevent forward events from overtaking cancel events. #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 29, 2017

  1. Prevent forward events from overtaking cancel events.

    Add compile time option to stop sending of events from a PE if a cancel event is
    being held for its corresponding forward event from being sent.
    
    cmake option: PRIORITIZE_CANCEL_EVENTS
    default value: OFF
    
    This is still no fool-proof because on the receive side, MPI_Testsome may
    succeed for events sent later. However, for small messages that ROSS usually
    sends (<1 KB), this is unlikely.
    
    Change-Id: I2800a2a6d3537317c6182047ff0beeb3ba238037
    nikhil-jain committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    85c5f1c View commit details
    Browse the repository at this point in the history