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

Compiler error in Primal when RAJA and/or Umpire is not supplied #964

Open
white238 opened this issue Nov 18, 2022 · 0 comments
Open

Compiler error in Primal when RAJA and/or Umpire is not supplied #964

white238 opened this issue Nov 18, 2022 · 0 comments
Labels
Build system Issues related to Axom's build system Primal Issues related to Axom's 'primal component TPL Issues related to Axom's third party libraries

Comments

@white238
Copy link
Member

Ran into this when debugging a BLT issue I couldn't test in BLT. This issue has a host-config that helps duplicate the problem:

LLNL/blt#607

Error:

/usr/WS2/white238/axom/repo/src/axom/primal/tests/primal_zip.cpp:584:27: error: no template named 'HIP_EXEC' in namespace 'axom'
  using ExecSpace = axom::HIP_EXEC<256>;
                    ~~~~~~^

I think this is caused by having no TPLs.

@rhornung67 rhornung67 added Primal Issues related to Axom's 'primal component Build system Issues related to Axom's build system TPL Issues related to Axom's third party libraries labels Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build system Issues related to Axom's build system Primal Issues related to Axom's 'primal component TPL Issues related to Axom's third party libraries
Projects
None yet
Development

No branches or pull requests

2 participants