Skip to content

Commit b5ad9ea

Browse files
committed
Update config.mk
switch default back to blas to fit instruction
1 parent a9174be commit b5ad9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ USE_OPENMP = 1
5959
# choose the version of blas you want to use
6060
# can be: mkl, blas, atlas, openblas
6161
USE_STATIC_MKL = NONE
62-
USE_BLAS = atlas
62+
USE_BLAS = blas
6363

6464
# add path to intel libary, you may need it for MKL, if you did not add the path
6565
# to enviroment variable

0 commit comments

Comments
 (0)