Skip to content

Commit f8ab4bd

Browse files
committed
Update name of OpenBLAS library in microbenchmark
Ref: #13407
1 parent 01fc133 commit f8ab4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/perf/micro/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818
#Which BLAS library am I using?
1919
ifeq ($(USE_SYSTEM_BLAS), 0)
2020
BLASDIR=$(JULIAHOME)/deps/openblas/
21-
LIBBLAS=$(BLASDIR)libopenblas.a
21+
LIBBLAS=$(BLASDIR)libopenblas64_.a
2222
endif
2323

2424
FFLAGS=-fexternal-blas

0 commit comments

Comments
 (0)