Skip to content

Conversation

@jsquyres
Copy link
Member

@jsquyres jsquyres commented Apr 6, 2018

Do not merge until #4563 is fixed.

Fixes #5032.

This will need to be cherry-picked to v2.x, v3.0.x, and v3.1.x. Let's hope this his master before we branch for v4.0.x, but if it doesn't, it will need to be cherry-picked there, too.

Note that there's 2 commits on this PR: one that removes the block (and is easily cherry-picked) and another that contains the NEWS update (that almost certainly will not cherry-pick to the release branches properly).

jsquyres added 2 commits April 6, 2018 12:02
We thought there was a silent data corruption issue on POWER 7/BE
systems, so we blocked building on POWER 7/BE systems altogether.  We
later figured out that it was just data hangs -- not silent data
corruption.  So in hindsight, the configure block probably wasn't
necessary -- but we didn't know it at the time.

Regardless, the hangs have now been fixed, and we're removing the
POWER 7/BE block in configure.

For more detail on the entire saga, see
open-mpi#4349 (comment).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
This is a separate commit from the commit where the block was removed
from configure.ac because this NEWS bullet will almost certainly not
cherry-pick cleanly to release branches.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Copy link
Member

@jjhursey jjhursey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will remove the PPC 7/BE block. 👍

@jjhursey
Copy link
Member

jjhursey commented Apr 6, 2018

Ref PR #4090

@jsquyres
Copy link
Member Author

It looks like the README already says that POWER 7/BE may hang. So we might as well merge now (i.e., since we finally remembered that this POWER 7/BE issue is not silent data corruption, we can remove the drastic step of prohibiting POWER 7/BE builds altogether). I.e., it's taking @hjelmn longer than anticipated to fix #4563 -- but we really don't need to wait for that to remove the POWER 7/BE configure block. So let's merge now.

@jsquyres jsquyres merged commit 82cb8ab into open-mpi:master Apr 10, 2018
@jsquyres jsquyres deleted the pr/configure-remove-power7be-block branch April 10, 2018 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove POWER 7/BE block in configure

2 participants