In case of BLAS Level 2 and Level 3 routines, you can also try to experiment with the -fexternal-blas
and -fblas-matmul-limit
flags for gfortran
. These options are discussed in the thread: Mapping matrix & vector arithmetic to BLAS calls
In case of BLAS Level 2 and Level 3 routines, you can also try to experiment with the -fexternal-blas
and -fblas-matmul-limit
flags for gfortran
. These options are discussed in the thread: Mapping matrix & vector arithmetic to BLAS calls