Skip to content

Commit

Permalink
Fix typo in arch/Linux-intel-x86_64.psmp
Browse files Browse the repository at this point in the history
Shared part is not really tested afaict, but for the sake of completeness let's fix this typo.
  • Loading branch information
bjoe2k4 authored and mkrack committed Feb 2, 2023
1 parent add1d78 commit 6b17b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/Linux-intel-x86_64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ ifneq ($(USE_GSL),)
endif

ifeq ($(SHARED), yes)
LIBS += -Wl,-rpath=$(MKL_LIB) -L$(MKL_LIB) -lbmkl_scalapack_lp64
LIBS += -Wl,-rpath=$(MKL_LIB) -L$(MKL_LIB) -lmkl_scalapack_lp64
LIBS += -Wl,--start-group
LIBS += -lmkl_intel_lp64
LIBS += -lmkl_sequential
Expand Down

0 comments on commit 6b17b8f

Please sign in to comment.