Skip to content

Commit 42a46fd

Browse files
committed
Update config.mk
Use atlas by default as it is easier to get
1 parent 30a84ec commit 42a46fd

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 = blas
62+
USE_BLAS = atlas
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)