-
Notifications
You must be signed in to change notification settings - Fork 371
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
EAMxx: fix ghci-snl-cpu standalone machine setting #6774
Conversation
We were missing the gator initial mb env var
|
@jgfouca I manually triggered the memcheck nightlies from this branch, and it does appear to fix things. See here for the log, or cdash for the fresh report. The valg build still has the issue of generating an empty suppressions file, but maybe we can work around that. E.g., we could store a supp file inside the container or in the repo, and call it a day. However, in the midst of MPI false positives, I think I saw some potentially real errors coming from IOP, p3, and maybe Homme. I just skimmed, so I am not 100% sure, and I have to call it a day (a week actually), but I will continue on Monday. I do think we should merge this PR though, so we start to get the valg build to report to cdash. |
Seeing this error in the CI:
|
"too many requests" error ... I was hoping it would go away. Let me take a look. (At some point, we will figure out a way to cache all the container nearby so that we don't need to pull it like we do now...) |
The only fail on CUDA is the known issue with mam4 test (likely a non-determinism), which is orthogonal to this PR. Merging. |
We were missing the gator initial mb env var, which caused the valgrind build to run out of memory.
We were missing the gator initial mb env var, which caused the valgrind build to run out of memory.