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

setonix-cpu profile needs rocm #563

Open
psharda opened this issue Mar 13, 2024 · 1 comment
Open

setonix-cpu profile needs rocm #563

psharda opened this issue Mar 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@psharda
Copy link
Contributor

psharda commented Mar 13, 2024

Describe the bug
We need module load rocm/5.4.3 in setonix-cpu.profile otherwise setonix cannot find HIP.

To Reproduce
Steps to reproduce the behavior:

source scripts/setonix-cpu.profile
mkdir build
cd build
cmake -C ../cmake/setonix.cmake .. -DCMAKE_BUILD_TYPE=Release -DQUOKKA_PYTHON=OFF -DAMReX_SPACEDIM=3 -DCMAKE_C_COMPILER=cc -DCMAKE_CXX_COMPILER=CC

Additional context
Maybe something changed in setonix which is why loading rocm for CPU only build on setonix was not needed.
Thanks to @aditivijayan for figuring it out.

@psharda psharda added the bug Something isn't working label Mar 13, 2024
@psharda psharda mentioned this issue Mar 18, 2024
7 tasks
@psharda
Copy link
Contributor Author

psharda commented Mar 18, 2024

Will be fixed by #571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant