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

update raja spack package #115

Closed
chapman39 opened this issue Jan 3, 2025 · 1 comment
Closed

update raja spack package #115

chapman39 opened this issue Jan 3, 2025 · 1 comment

Comments

@chapman39
Copy link

chapman39 commented Jan 3, 2025

later versions of clang (maybe @16:) are unable to build [email protected] due to the following issue:

  >> 370    /Users/chapman39/dev/serac/serac_tpls/spack/opt/spack/darwin-sonoma-m2/clang-19.1.1/raja-2024.02.0-cvabateje3nivxumnufmwkvhqdhawjww/include/RAJA/pattern/kernel/Tile.hpp:174:30: error: no member named 'block_id' in 'I
            terableTiler<Iterable>'
     371      174 |       return block_id != rhs.block_id;
     372          |                          ~~~ ^

this error was from a local mac mini build.

we should update raja and umpire packages with newer releases to catch up with spack develop

https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/umpire/package.py

https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/raja/package.py

im not sure if the latest release of raja will fix the issue but apparently their main branch does LLNL/serac#1242 (comment)

@chapman39
Copy link
Author

updating to [email protected] will resolve the issue

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

No branches or pull requests

1 participant