Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from SAP/mkl-redist
Browse files Browse the repository at this point in the history
Add install of mkl_avx512.2.dll and mkl_vml_avx512.2.dll
  • Loading branch information
kmoks authored Feb 2, 2024
2 parents 81c2127 + 8e805bb commit af6b720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ if ( WIN AND DEFINED ENV{MKLROOT} )
endif ( FTENV_VERBOSE )
set ( MKL_REDIST ${MKL_PATH}/mkl_core.2.dll ${MKL_PATH}/mkl_def.2.dll
${MKL_PATH}/mkl_avx2.2.dll ${MKL_PATH}/mkl_vml_avx2.2.dll
${MKL_PATH}/mkl_avx512.2.dll ${MKL_PATH}/mkl_vml_avx512.2.dll
${MKL_PATH}/mkl_intel_thread.2.dll )
install ( FILES ${MKL_REDIST} DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" )
endif ( WIN AND DEFINED ENV{MKLROOT} )
2 changes: 1 addition & 1 deletion solverTests

0 comments on commit af6b720

Please sign in to comment.