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

Fix the Kokkos testing compilation error on Frontier #4366

Merged
merged 5 commits into from
Oct 16, 2024

Conversation

anagainaru
Copy link
Contributor

Reopening #4358 (closing it was a mistake)

If hipcc is used as the CXX compiler there is no error, but the CI is using g++ so we need to manually set the CXX compiler to whatever was used to build Kokkos.

The rocm version had to be updated to rocm/5.7.1 in the frontier CI due to an incompatibility between the g++ version in PrgEnv-gnu/8.5.0 and the hipcc version in rocm/5.4.3

The Kokkos version had to be updated to > 4.0.0 due to a warning with 3.7.01 and newer rocm compilers.

@vicentebolea thank you for catching the mistake.

@anagainaru anagainaru removed the request for review from vicentebolea October 15, 2024 22:13
Copy link
Collaborator

@vicentebolea vicentebolea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting for frontier CI

@anagainaru anagainaru merged commit a6e8314 into ornladios:master Oct 16, 2024
37 of 38 checks passed
@anagainaru anagainaru deleted the kokkos-testing-fix branch October 16, 2024 01:36
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