You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When amrex is compiled as a submodule in quokka, and quokka is compiled for AMD GPUs, this line sets amdgpu-function-calls=false which does not seem to be overridden even if we set it to true in quokka CMakeLists:
How can a downstream code like quokka change the value of amdgpu-function-calls without having to go into amrex CMake files and manually setting it to true? This is needed to compile problems in quokka that use chemistry (microphysics).
When amrex is compiled as a submodule in quokka, and quokka is compiled for AMD GPUs, this line sets
amdgpu-function-calls=false
which does not seem to be overridden even if we set it to true in quokka CMakeLists:https://github.com/psharda/amrex/blob/a5720c951e81e78097b9b00aeb1aac2c3b4366a6/Tools/CMake/AMReXParallelBackends.cmake#L271
How can a downstream code like quokka change the value of
amdgpu-function-calls
without having to go into amrex CMake files and manually setting it to true? This is needed to compile problems in quokka that use chemistry (microphysics).This is related to quokka-astro/quokka#569
The text was updated successfully, but these errors were encountered: