eth-cscs / DLA-Future

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

Make link libraries private if possible #1122

Open RMeli opened 6 months ago

RMeli commented 6 months ago

While playing around with DLA-Future for the Fortran interface, I realized that MKL was linked directly into my application, despite my application not using it. Linking ScaLAPACK and LAPACK against dlaf.prop_private instead of dlaf.prop, solved the issue.

We should investigate which libraries can be linked to dlaf.prop_private instead of dlaf.prop.