-
Notifications
You must be signed in to change notification settings - Fork 572
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
Framework: how to reproduce errors using genconfig and RHEL8 #13022
Comments
On
|
Opened a related SEMS ticket: SEMSHELPD-3859. |
@jhux2 wanted to update you that we are working on this. The error that you are running into is exactly what's hitting our PR systems for that specific cuda no-uvm build due to the rhel8 upgrade. |
Circling back on this, (@jhux2 you may already be aware of this work around, so for anyone else),
UPDATE: The bypass has been removed from the official copy of |
@achauphan Thanks! I was able to use these instructions to get building on ascicgpu030 again! |
@achauphan I'm getting:
It really thinks my machine is RHEL8 (which it is). |
@csiefer2 for which configuration + machine is this happening on and is this happening with the bypass? |
@achauphan The bypass only generates an error in the shell script, so clearly I'm misunderstanding the instructions somehow. |
@csiefer2 I just (this morning, hasn't taken effect in the current AT run) pulled the trigger on migrating those builds (GCC + OpenMPI) to their updated RHEL8 counterparts. We're at the point where only the Intel build should be using the RHEL7 configuration (and we hope to transition that tomorrow morning). Apologies for the instability this week, we're running up against a pretty rapid deadline and appreciate everybody's understanding! |
I've found that not all of the builds are reproducible. I guess from the error message that this is known/expected? For example, the following doesn't work for me:
|
@achauphan Yes, that's the issue, thank you. The branch that I was using was just a bit too old to have that commit. |
I'm closing this as fixed. Thank you, @achauphan. |
Question
@trilinos/framework @sebrowne
Many SNL workstations and CEE resources are being upgraded to RHEL8 or RHEL9. How should developers reproduce errors that show up on the dashboard or in PR testing, which uses RHEL7? The
genconfig
instructions are RHEL7 specific.The text was updated successfully, but these errors were encountered: