You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since the new Intel 2021 release I'm facing issues with finding the MKL in Fortran with meson.
For a simple example project just trying to find the MKL:
I'm getting the following error
Notably, this can be fixed even if somewhat hacky by adding
-Dfortran_link_args=-qopenmp
which apparently affects the library finder as well.meson-logs/meson-log.txt
Any suggestions on how to fix this for pure Fortran projects?
Beta Was this translation helpful? Give feedback.
All reactions