Skip to content

Commit

Permalink
add O2 optimization explicitly to Disco
Browse files Browse the repository at this point in the history
  • Loading branch information
chowland committed Apr 3, 2024
1 parent 63d8e43 commit 4c80c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ifeq ($(MACHINE),PC)
endif
ifeq ($(MACHINE),DISCOVERER)
ifeq ($(FLAVOUR),GNU)
FC = h5pfc -cpp -fdefault-real-8 -fdefault-double-8
FC = h5pfc -O2 -cpp -fdefault-real-8 -fdefault-double-8
LDFLAGS += -lfftw3 -llapack -ldl
else
LDFLAGS += -lfftw3 -qmkl=sequential
Expand Down

0 comments on commit 4c80c3c

Please sign in to comment.