We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Frontier, load rocm/6.0.0 and try to build StarPU 1.4.7.
Linking fails with:
CCLD implicit_stencil ld.lld: error: unable to find library -lOpenCL clang: error: linker command failed with exit code 1 (use -v to see invocation)
If I disable builduing of examples the build succeeds. Tried passing --disable-socl but that had no effect.
--disable-socl
../configure --disable-openmp --disable-build-tests --enable-blas-lib=none --disable-fortran CC=cc CXX=CC FC=ftn
config.log
StarPU 1.4.7 release.
The text was updated successfully, but these errors were encountered:
You'd rather want --disable-opencl to avoid an issue with OpenCL
--disable-opencl
Sorry, something went wrong.
What is odd here is that in config.log it does link fine:
configure:35797: checking for main in -lOpenCL configure:35817: cc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lOpenCL -lrt -lpthread >&5 configure:35817: $? = 0 configure:35827: result: yes
No branches or pull requests
Steps to reproduce
On Frontier, load rocm/6.0.0 and try to build StarPU 1.4.7.
Obtained behavior
Linking fails with:
If I disable builduing of examples the build succeeds. Tried passing
--disable-socl
but that had no effect.Configuration
Configuration result
config.log
Distribution
StarPU 1.4.7 release.
The text was updated successfully, but these errors were encountered: