eth-cscs / DLA-Future

DLA-Future
https://eth-cscs.github.io/DLA-Future/master/
BSD 3-Clause "New" or "Revised" License
61 stars 13 forks source link

Debugging MKL linking #1133

Closed msimberg closed 3 months ago

msimberg commented 4 months ago

Not for merging.

msimberg commented 4 months ago

cscs-ci run

msimberg commented 4 months ago

cscs-ci run

msimberg commented 4 months ago

cscs-ci run

msimberg commented 4 months ago

Backstory in https://github.com/spack/spack/pull/43673, but short story is that that PR fixed things for fortran applications while breaking DLA-Future which now links to both libmkl_intel_lp64.so and libmkl_gf_lp64.so. The former because of our CMake/spack package.py and the latter because of dependencies using what spack suggests to use.