-
Notifications
You must be signed in to change notification settings - Fork 865
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
NEWS: update news for 2.1.2 release #4059
Conversation
NEWS
Outdated
- Remove IB XRC support from the OpenIB BTL due to lack of support. | ||
- Fix a problem with MPI_IALLTOALLW when using zero-length messages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the XRC bullet, it says "support" twice -- perhaps it can be:
Remove IB XRC functionality from the OpenIB BTL due to lack of support.
...the more I think about this, though, are we breaking backwards compatibility? I.e., is the broken XRC functionality a regression since v2.0.0? Or has it been 100% broken since v2.0.0? (i.e., it can't break backwards compatibility because there's no possible chance that anyone has been using it because it has been completely broken)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix that wording.
@artpol84 could you test 2.0.0 release to see if MLNX sees the XRC issue there as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsquyres let's clarify. its not completely broken. it works for me on my connectx5 MOFED 4.0.0 cluster. It just doesn't work for Mellanox.
8a12eed
to
573c16c
Compare
@artpol84 could you test whether XRC support is broken on your cluster for the 2.0.0 release? |
@hppritcha Careful about your clarification, because it's now not possible to enable XRC (via |
@artpol84 Ping 😄 |
@jsquyres can you explain what is needed? Do you want me to enable XRC for v2.0.0 in Jenkins? |
@jsquyres @hppritcha I must admit that I can't reproduce manually as well. |
1a82fae
to
573c16c
Compare
okay, put the sentence back in. @artpol84 we're not taking a revert of XRC disable for 2.1.2 release. |
@hppritcha it were testing PRs and at some point it seemed that XRC is ok, but more detailed analysis done by @vspetrov (#4082 (comment)) indicated that the issue can be reproduced without |
Summary from discussion on Webex 22 Aug 2017:
Meaning:
|
@jsquyres I plan to rebase and merge this PR in before generating rc3 today. |
Ok. Summary of XRC discussion yesterday:
|
Were there any additional items that needed to be added to NEWS since you created this PR 3 weeks ago? |
573c16c
to
d7fc5cf
Compare
NEWS
Outdated
@@ -57,9 +57,44 @@ included in the vX.Y.Z section and be denoted as: | |||
-------------------- | |||
|
|||
Bug fixes/minor improvements: | |||
- Remove IB XRC support from the OpenIB BTL due to lack of support. | |||
|
|||
- Update internal PMIx version to 1.2.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super minor/nit-picky: this bullet has no period (all other bullets have periods).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll fix that. Also added a blurb about NAG (ha ha).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the one super-picky comment, everything else is good.
Note that the date in NEWS is still August, 2017. Which is fine for today. But not Friday. 😉
2a29601
to
9538f64
Compare
Doing the old-fashioned thing with NEWS. [skip ci] Signed-off-by: Howard Pritchard <[email protected]>
9538f64
to
f1391cf
Compare
Doing the old-fashioned thing with NEWS.
[skip ci]
Signed-off-by: Howard Pritchard [email protected]