Skip to content

Commit

Permalink
Update name of OpenBLAS library in microbenchmark
Browse files Browse the repository at this point in the history
Ref: #13407

Cross-reference release-0.4 f8ab4bd
  • Loading branch information
jiahao committed Oct 9, 2015
1 parent 6f3ccdd commit 7dcc01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf/micro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
#Which BLAS library am I using?
ifeq ($(USE_SYSTEM_BLAS), 0)
BLASDIR=$(JULIAHOME)/deps/build/openblas/
LIBBLAS=$(BLASDIR)libopenblas.a
LIBBLAS=$(BLASDIR)libopenblas64_.a
endif

FFLAGS=-fexternal-blas
Expand Down

4 comments on commit 7dcc01b

@tkelman
Copy link
Contributor

@tkelman tkelman commented on 7dcc01b Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the proper libblasname variable please, otherwise these won't run on 32 bit

@jiahao
Copy link
Member Author

@jiahao jiahao commented on 7dcc01b Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, what should that be?

@tkelman
Copy link
Contributor

@tkelman tkelman commented on 7dcc01b Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jiahao
Copy link
Member Author

@jiahao jiahao commented on 7dcc01b Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh there's a LIBBLASNAME now. That's useful

Please sign in to comment.