Skip to content

Commit

Permalink
omit arg mismatch flag for discoverer
Browse files Browse the repository at this point in the history
  • Loading branch information
chowland committed Jan 8, 2024
1 parent f6ff9d2 commit 12bdf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ifeq ($(MACHINE),PC)
endif
ifeq ($(MACHINE),DISCOVERER)
ifeq ($(FLAVOUR),GNU)
FC = h5pfc -cpp -fdefault-real-8 -fdefault-double-8
LDFLAGS += -lfftw3 -llapack -ldl
else
LDFLAGS += -lfftw3 -qmkl=sequential
Expand Down

0 comments on commit 12bdf12

Please sign in to comment.