IntelLLVM is not ABI compatible with generic BLAS libraries. Use linalg instead

This commit is contained in:
Axel Kohlmeyer
2024-10-05 03:39:00 -04:00
parent c3c5370570
commit 4da644958e

View File

@ -6,3 +6,6 @@ set(CMAKE_Fortran_COMPILER "ifx" CACHE STRING "" FORCE)
set(MPI_CXX "icpx" CACHE STRING "" FORCE)
set(MPI_CXX_COMPILER "mpicxx" CACHE STRING "" FORCE)
# force using internal BLAS/LAPCK since external ones may not be ABI compatible
set(USE_INTERNAL_LINALG ON CACHE BOOL "" FORCE)