Closed kalmarek closed 1 month ago
Hi @kalmarek! Which host compiler are you using? I believe you would need to use amdclang from the ROCm distribution as the host compiler. So your CMake command would be something like
CC=amdclang CXX=amdclang++ cmake -D RESOLVE_USE_HIP=true -D CMAKE_PREFIX_PATH=/opt/rocm ..
This assumes amdclang is on your system path. Let us know if this works.
It does, thanks! Update to the docs and/or the README is then due ;) also CMakeLists.txt still declares
project(ReSolve VERSION "0.99.1")
even on branch version-1.0
(is this the official and recommended version to use?)
It does, thanks! Update to the docs and/or the README is then due ;) also CMakeLists.txt still declares
project(ReSolve VERSION "0.99.1")
even on branch
version-1.0
(is this the official and recommended version to use?)
I would suggest using most recent develop
. This is still alpha release and it is intended for developers and software enthusiasts.
CC @kswirydo
this is how I try to compile ReSolve:
Result: