Skip to content

Commit

Permalink
Fixed CRAY compiler flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Feb 19, 2025
1 parent c7683b4 commit 9c85006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/defaults/flags-default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ override FFLAGS += -acc -cuda -Minfo=accel -gpu=cc60,cc70,cc80
endif
endif
ifeq ($(strip $(FCOMP)),CRAY)
FFLAGS_MOD_DIR := -J
FFLAGS_MOD_DIR := -Q
endif

ifeq ($(strip $(FFLAGS_DEBUG)),1)
Expand Down

0 comments on commit 9c85006

Please sign in to comment.