Can not find _dgemmt #4410
|
OpenBLAS provides the implementation of blas and lapack. I don't want scalaback to use the built-in blas library when compiling. Is there a solution? |
Replies: 3 comments 2 replies
|
Which version of Scalapack are you trying to compile ? As far as I know, you can tell it to use OpenBLAS at build time like |
|
use "nm -D libopenblas.so", can see dgemm_. |
|
GEMMT is a BLAS extension that performs the same operation as GEMM but only updates the upper or lower triangular part of the matrix. In OpenBLAS, this is only provided starting from version 0.3.23 - which release are you trying to use ? |
GEMMT is a BLAS extension that performs the same operation as GEMM but only updates the upper or lower triangular part of the matrix. In OpenBLAS, this is only provided starting from version 0.3.23 - which release are you trying to use ?