Displaying 1 result from an estimated 1 matches for "znver4".
Did you mean:
znver2
2025 Jan 21
1
R test suite LAPACK error with AOCL
...> solve.default
Execution halted
Now I wonder whether AOCL are supported by R or not. Did somebody
already use this combination successfully? Is this test suite error a
serious problem? Is a workaround available?
This is my R installation configuration line:
$ CC=gcc CFLAGS="-O3 -march=znver4" \
CXX=g++ CXXFLAGS="-O3 -march=znver4" \
FC=gfortran FCFLAGS="-O3 -march=znver4" \
LDFLAGS="-Wl,-rpath=$GCC_PATH/lib64" \
../configure \
--with-blas="-L/usr/lib64 -Wl,-rpath=$AOCL_ROOT/lib_LP64
-L$AOCL_ROOT/lib_LP64 -lblis -lflame" \
--with...