-
Notifications
You must be signed in to change notification settings - Fork 885
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
v4.1.x: Bull 2020 update of coll/han #8437
v4.1.x: Bull 2020 update of coll/han #8437
Conversation
Can one of the admins verify this patch? |
832e1b2
to
b1fd70f
Compare
ok to test |
a1c5295
to
8f64e88
Compare
This completes and fixes current code for coll/Han: - a barrier is added - a "simple" scatter is added - some Doxygen documentation is added Fix: - compilation and cppcheck warnings - corner case errors when parsing a rule file Signed-off-by: Emmanuel Brelle <[email protected]>
8f64e88
to
b5f44e2
Compare
Merge is block by "Mellanox CI" on: |
The merge is not blocked by Mellanox CI failure. It is blocked because only release managers can merge PR into the release branches. Is there any reason why this PR did not target the |
Has this been merged on master yet? For any patch that is relevant to both master and a release branch, we require it to be merged on master first, and then cherry picked in a separate PR over to the relevant release branch(es). Please make sure to use the Thanks! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I took the liberty of converting this PR to Draft status so that we don't accidentally merge it before it has been merged to master and cherry-picked to v4.1.x. |
PR #8462 just submitted on master to be merged first (sorry). |
I will close this for now. Once the PR on master is merged, you will need to recreate this PR by cherry-picking the SHA from master. |
This completes and fixes current code for coll/Han:
Fix: