votca/tools

MKL always links sequentially instead of the parallel versions

Closed this issue · 5 comments

It has to do with 719d511

I do not really know what is happening, because we set the threading layer here

https://github.com/votca/tools/blob/master/CMakeLists.txt

@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?

we have find_mkl_library(NAME ThreadLayer LIBRARY_NAME mkl_sequential) in all the CMakeLists

Can you change the default of MKL_THREAD_LAYER back?

Yeah sure, but the default should not be used, because I set it explicitly before that. That confuses me.