Skip to content

Commit

Permalink
Link OpenCL ICD-loader in a version-specific fashion.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Nov 14, 2023
1 parent 85bd201 commit 26a313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cp2k/Linux-x86-64-intelx.arch
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ ifneq (,$(filter-out 0,$(OCL) $(CUDA)))
ifneq (,$(OCL_ICD_LOADER))
LIBS += $(OCL_ICD_LOADER)
else
LIBS += -lOpenCL
LIBS += -l:libOpenCL.so.1
endif
endif
ACCFLAGS += $(CFLAGS)
Expand Down

0 comments on commit 26a313d

Please sign in to comment.