This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Topic/tcp adds for 2.0.0 #1059
Merged
Merged
Topic/tcp adds for 2.0.0 #1059
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. (cherry picked from commit open-mpi/ompi@32277db)
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. (cherry picked from commit open-mpi/ompi@9206249)
Per @jsquyres suggestion remove all trailing spaces. Credit to `sed -i.bak 's/ *$//' */[ch]`. (cherry picked from commit open-mpi/ompi@f69eba1)
(cherry picked from commit open-mpi/ompi@d016581)
(cherry picked from commit open-mpi/ompi@f70c5c4)
(cherry picked from commit open-mpi/ompi@e852d85)
(cherry picked from commit open-mpi/ompi@7eca2f9)
part of a set of commit from a string of partially related commits going in to v2.x for tcp btl thread fixes. this comes from open-mpi/ompi@26fc8533 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
Test PASSed. |
Member
|
Per discussion today, need to add in the two additional master commits. |
(cherry picked from commit open-mpi/ompi@92290b9)
(cherry picked from commit open-mpi/ompi@896f857)
Member
Author
|
push more direct inject in to master commits in to this PR. |
|
Test PASSed. |
Member
Author
|
travis seemed to have a hiccup with installing gfortran. rerunning. |
Member
|
👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a string of commits connected with updates to TCP btl for v2.0.0.
f0c9e6d did not apply cleanly. Only the tcp part of the corresponding
commit in master is included in this PR.
Fixes open-mpi/ompi#1505