Trilinos GCC 4.8.4 PR build and running of tests is broken #2974
Labels
Framework tasks
Framework tasks (used internally by Framework team)
pkg: NOX
type: bug
The primary issue is a bug in Trilinos code or tests
Milestone
@trilinos/framework, @eric-c-cyr, @rppawlo, @trilinos/nox
Expectations
The GCC 4.8.4 auto PR build should work unless the PR code itself is broken.
Current Behavior
The GCC 4.8.4 auto PR build has broken NOX test builds and all of the tests in every package fail, starting in the auto PR testing iteration build last night:
YOu can see the NOX failures at:
And all of the tests fail because
--bind-to none
is being used withmpiexec
with OpenMP 1.6.5 as shown, for example, at:which shows the commandline:
As described in #2462 and #2788, you can't use those options with OpenMPI 1.6.5. OpenMPI 1.10.1 is the only version in the SEMS env where those options work (see #2462 and #2788).
It is important to fix this ASAP since every PR build will fail and therefore no one will be able to merge any PRs until this gets fixed.
Motivation and Context
I can't merge my PR #2964.
Definition of Done
PR builds are working unless code changes break them.
Possible Solution
Use the source and *.cmake scripts in #2788. That will fix it.
Steps to Reproduce
Your Environment
N.A. This is the auto PR testing having this issue.
Related Issues
The text was updated successfully, but these errors were encountered: