Skip to content

Commit

Permalink
chenge the order of mkl libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
toxa81 committed Feb 13, 2020
1 parent 69197c8 commit 9fca41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindMKL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ find_library(MKL_DEF_LIBRARY
set(MKL_INCLUDE_DIRS ${MKL_INCLUDE_DIR})
# TODO: decide when to use MKL_SEQUENTIAL_LAYER_LIBRARY / MKL_THREAD_LIBRARY
# set(MKL_LIBRARIES "${MKL_INTERFACE_LIBRARY} ${MKL_SEQUENTIAL_LAYER_LIBRARY} ${MKL_CORE_LIBRARY}")
set(MKL_LIBRARIES "${MKL_CORE_LIBRARY};${MKL_BLACS_LIBRARY};${MKL_SCALAPACK_LIBRARY};${MKL_INTERFACE_LIBRARY};${MKL_THREAD_LIBRARY}")
set(MKL_LIBRARIES "${MKL_SCALAPACK_LIBRARY};${MKL_INTERFACE_LIBRARY};${MKL_THREAD_LIBRARY};${MKL_CORE_LIBRARY};${MKL_BLACS_LIBRARY}")



Expand Down

0 comments on commit 9fca41a

Please sign in to comment.