Skip to content
Snippets Groups Projects
Commit 88402e26 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Link OpenBLAS64 only if not using MKL

parent e606964c
No related branches found
No related tags found
No related merge requests found
...@@ -98,9 +98,11 @@ override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5 $(STATICFLAG) ...@@ -98,9 +98,11 @@ override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5 $(STATICFLAG)
ifdef USE_LAPACK ifdef USE_LAPACK
override CXXLDFLAGS+= $(LAPACK_LDFLAGS) override CXXLDFLAGS+= $(LAPACK_LDFLAGS)
ifdef USE_OPENMP ifdef USE_OPENMP
ifndef USE_MKL
override CXXLDFLAGS+= -lopenblas64 override CXXLDFLAGS+= -lopenblas64
endif endif
endif endif
endif
override CXXLDFLAGS+= $(LDFLAGS) override CXXLDFLAGS+= $(LDFLAGS)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment