MKL always links sequentially instead of the parallel versions
Closed this issue · 5 comments
JensWehner commented
It has to do with 719d511
I do not really know what is happening, because we set the threading layer here
JensWehner commented
@junghans I still do not fully understand why we have the FindMKL in csg and xtp. Can you explain it once more? I know we need it in tools. Can I delete the other ones?
JensWehner commented
we have find_mkl_library(NAME ThreadLayer LIBRARY_NAME mkl_sequential)
in all the CMakeLists
junghans commented
Can you change the default of MKL_THREAD_LAYER
back?
JensWehner commented
Yeah sure, but the default should not be used, because I set it explicitly before that. That confuses me.
JensWehner commented