-
Notifications
You must be signed in to change notification settings - Fork 69
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
Compiler wrappers + update packages + use spack environments #520
Conversation
@daboehme I would need you to have a look at the jobs on poodle. |
Fails in the papi test because the PAPI library on poodle apparently doesn't know |
Yea... I had checked the PAPI version of both machines before asking you, same version same spack hash for both the ruby and the poodle papi installation. However, I added poodle support recently, and I remember having this issue from the beginning, I’ve never seen it work. |
The available counters don't really depend on the PAPI version but more on what is implemented for the given architecture. However |
782b058
to
60188ed
Compare
0882103
to
8f37a37
Compare
Now that I have an account on poodle myself I checked and found that the PAPI install there doesn't work at all for some reason. So looks like we really have to disable PAPI support on poodle. |
Thanks for the update @daboehme. I’ll do that. |
@daboehme I updated the CI configuration with the new standard. There is a new class of failures I’d like you to look into. Thanks. |
Looks like for Tioga we may also want to disable the MPI tests with The Lassen failure is weird. It's only running into it with xlc and only in a Release build. The specific failure is very strange and just shouldn't be happening. I'm suspecting a compiler bug. I can dig around a bit more and see if I can come up with a workaround. |
…e CUDA_ARCH, Fix MPI utility function (used by RAJAPerf)
@daboehme, I must ask about this: ..........== CALIPER: Region stack mismatch: Trying to end
"testbinding"
but current region is
"inner".
Ceasing region tracking!
Run program with CALI_SERVICES_ENABLE=validator to examine nesting errors, or
run with CALI_CALIPER_ALLOW_REGION_OVERLAP=true to continue region tracking. Could this be causing the MPI issues ? |
Hi @adrienbernede, this should actually be fixed in the latest master branch. Are you still seeing this somewhere? |
@daboehme What should we do about the lassen failure with XL compiler ? |
Hi @adrienbernede , yeah this is a weird case. It seems to work if we build with |
Supersedes #517 (Update Shared CI, add poodle, update Spack configs accordingly.)
Adds
Update to 2023-12-0 release of Shared CI, with fix of flux allocations to allow MPI tests, and improvement of reproducer.
Update to 2023-12-3 release of Shared CI, with fixed reproducer.
Update the submodule RADIUSS Spack Configs
Purpose
In RADIUSS Spack Configs:
Notes
Packages in RADIUSS Spack Configs still have some specific changes compared to the PR mentioned above.
Supersedes LLNL/Umpire#876