Skip to content

Commit

Permalink
Inject LIBXSMM as dependency for all EXTSPACKAGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Dec 3, 2024
1 parent 8c65346 commit aedd7f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/cp2k/Linux-x86-64-intelx.arch
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,9 @@ libxsmm:
MNK=$(LIBXSMM_MNK) M=$(LIBXSMM_M) N=$(LIBXSMM_N) K=$(LIBXSMM_K) PRECISION=2 VTUNE=0 \
CTARGET="$(TARGET)" SSE=$(SSE) AVX=$(AVX) MIC=$(MIC) INTEL=$(INTEL) GNU=$(GNU) \
$(if $(filter-out 0,$(shell echo "$$((3<$(WRAP)))")),BLAS=0) >&2
ifneq (0,$(EXTSPACKAGES))
$(EXTSPACKAGES): libxsmm
endif
endif
endif

Expand Down

0 comments on commit aedd7f3

Please sign in to comment.