Replies: 2 comments 5 replies
-
Sorry I don't have much experience with Cray systems, maybe ask your local cluster support for help with selecting the right libraries for linking. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi Sebastian, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to build DFD4 with meson, but when I run
meson setup _build
, I receive the following messageconfig/meson.build:128:4: ERROR: Fortran shared or static library 'lapack' not found
. I have seen in the file meson_options.txt thatThus, I added the option
-Dlapack=custom
, after trying the others and trying to specify the lapack library using-Dcustom_libraries=something
, but I do not know how to do it. The computer that I am using has the Cray LibSci module which contains the LAPACK netlib library. This is the first time that I use meson and I am stuck at this point.Any help will be greatly appreciated.
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions