Skip to content
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

[WIP] Missing changes for RADIUSS Spack Configs update #588

Closed
wants to merge 22 commits into from

Conversation

adrienbernede
Copy link
Member

This PR completes the work started in #582.

@adrienbernede
Copy link
Member Author

@daboehme The cce jobs (18.0.0 and 17.0.1) are failing because

error while loading shared libraries: libamdhip64.so.6: cannot open shared object file: No such file or directory

Why would those non-hip jobs depend on a hip library ?

@daboehme
Copy link
Member

@daboehme The cce jobs (18.0.0 and 17.0.1) are failing because

error while loading shared libraries: libamdhip64.so.6: cannot open shared object file: No such file or directory

Why would those non-hip jobs depend on a hip library ?

Hi @adrienbernede, that's a really good question. If Caliper is configured with -DWITH_ROCTRACER=On or -DWITH_ROCM=On it would pull in a libamdhip64.so dependency, but from the CMake output it looks like these flags are off. I don't know where it's coming from. Maybe /opt/cray/pe/mpich/8.1.30/gtl/lib/libmpi_gtl_hsa.so from MPI? Just speculation though. I'm not running into this when I try it manually. What's the CMake initial cache file that you use to configure Caliper?

@adrienbernede
Copy link
Member Author

adrienbernede commented Sep 17, 2024

@daboehme I was able to get tests to pass locally. I thought it was because I updated Spack and RSC to the very new versions I am working on, but it turned out that I was instead using an older cray-mpich.
At least it shows where the error comes from and I email LC hotline for help. To be continued.

@adrienbernede adrienbernede changed the title Missing changes for RADIUSS Spack Configs update [WIP] Missing changes for RADIUSS Spack Configs update Sep 17, 2024
@adrienbernede
Copy link
Member Author

@daboehme it appears that the CI is not running on merge commits. That may due to a filter at mirror time.

@adrienbernede
Copy link
Member Author

Superseded by #593

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants