Skip to content

Commit

Permalink
Minor fix for intel compiler missed in #62
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 25, 2024
1 parent e7a4d17 commit 5996a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/compiler.intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FFLAGS += -qopenmp
F90FLAGS += -qopenmp
LFLAGS += -qopenmp
endif
CTM_FLAGS = $(LFLAGS)
CTM_LFLAGS = $(LFLAGS)
ifeq ($(GC),YES)
CTM_LFLAGS += -nostartfiles -nofor-main
endif
Expand Down

0 comments on commit 5996a02

Please sign in to comment.