Replies: 1 comment 2 replies
-
the MUMPS/cmake/lapack.cmake automatically tests for the presence of GEMMT. By default in cmake/options.cmake gemmt is "on" if available with MUMPS >= 5.2. Is MUMPS CMake saying that like "BLAS_HAVE_dGEMMT" is not working? |
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 everyone,
I was trying to use the GEMMT functions available in the OpenBLAS package (here and here). I compiled the latest OpenBLAS on my machine (ubuntu 20.04) but had no clue how to change the cmake files so that mumps can use it. Actually I am open to other BLAS packages as well if they have GEMMT but OpenBLAS seems to be a convenient choice. Any ideas?
Thanks for your input!
Beta Was this translation helpful? Give feedback.
All reactions