Skip to content

Commit

Permalink
Sync CRAY arch files with toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 30, 2021
1 parent e2bbac8 commit d8d7100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/CRAY-XC40-gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ endif

ifneq ($(USE_ELPA),)
USE_ELPA := $(strip $(USE_ELPA))
ELPA_INC := $(INSTALL_PATH)/elpa-$(USE_ELPA)/cpu/include/elpa-$(USE_ELPA)
ELPA_INC := $(INSTALL_PATH)/elpa-$(USE_ELPA)/cpu/include/elpa_openmp-$(USE_ELPA)
ELPA_LIB := $(INSTALL_PATH)/elpa-$(USE_ELPA)/cpu/lib
CFLAGS += -I$(ELPA_INC)/elpa -I$(ELPA_INC)/modules
DFLAGS += -D__ELPA
LIBS += $(ELPA_LIB)/libelpa.a
LIBS += $(ELPA_LIB)/libelpa_openmp.a
endif

ifneq ($(USE_LIBVORI),)
Expand Down
4 changes: 2 additions & 2 deletions arch/CRAY-XC50-gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ endif

ifneq ($(USE_ELPA),)
USE_ELPA := $(strip $(USE_ELPA))
ELPA_INC := $(INSTALL_PATH)/elpa-$(USE_ELPA)/gpu/include/elpa-$(USE_ELPA)
ELPA_INC := $(INSTALL_PATH)/elpa-$(USE_ELPA)/gpu/include/elpa_openmp-$(USE_ELPA)
ELPA_LIB := $(INSTALL_PATH)/elpa-$(USE_ELPA)/gpu/lib
CFLAGS += -I$(ELPA_INC)/elpa -I$(ELPA_INC)/modules
DFLAGS += -D__ELPA
DFLAGS += -D__ELPA_NVIDIA_GPU
LIBS += $(ELPA_LIB)/libelpa.a
LIBS += $(ELPA_LIB)/libelpa_openmp.a
endif

ifneq ($(USE_LIBVORI),)
Expand Down

0 comments on commit d8d7100

Please sign in to comment.