-
Notifications
You must be signed in to change notification settings - Fork 578
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
Pull request testing uses really old OpenMPI 1.6.5 w/ build warnings #2550
Comments
I believe this error shows up even when we don't have -Werror. In fact that compilation has "-pedantic -Wall -Wno-long-long -Wwrite-strings" and I'm pretty sure that -std=c++11 is what enables this one. I think we have plans for fixing both of these (adding warnings-as-errors slowly, and moving to a newer MPI.). I will check and get back to you. |
Thanks @prwolfe ! :D It sure would be nice not to have these extra warnings in PR testing.... |
@jwillenbring This is the only discussion I see on the openmpi 1.6.5 vs. 1.10.1 question. Everything else I see in the PR discussions either don't address the question or implicitly assume 1.10.x. I recommend we change the gcc 4.8.4 build as soon as possible and migrate the others forward one at a time over the next week or so considering #2974. Any thoughts? |
@prwolfe I agree we should move to 1.10.x in the way that you suggest. The only thing I would add is that we test the modified Jenkins configurations against a fork if we cannot use regular pull request testing to verify the mods so we don’t risk the other builds failing. |
Will do. |
FYI 1.10.x is old enough that OpenMPI doesn't even support it any more, but that's a different issue ;-) |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
This issue was closed due to inactivity for 395 days. |
Here is an example of the resulting build warnings:
https://testing-vm.sandia.gov/cdash/viewBuildError.php?type=1&buildid=3418378
OpenMPI calls their own version 1.6.5 "retired" and the next older one is called "ancient." Sierra uses 1.10.x.
@trilinos/framework
The text was updated successfully, but these errors were encountered: