Trying to install StarPU 1.4.7 (from tarball) on Frontier. The build fails for the test binaries:
CCLD main/deadlock
ld.lld: error: undefined reference due to --no-allow-shlib-undefined: rocblas_initialize
>>> referenced by ../src/.libs/libstarpu-1.4.so
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Trying to install StarPU 1.4.7 (from tarball) on Frontier. The build fails for the test binaries:
The command line executed is:
If I take this linker command and add
-lrocblas
the linking succeeds. I believe this is explicitly needed even though-lhipblas
is provided.Here is the config.log: config_frontier_1.4.7.log