Skip to content

Commit

Permalink
remove unneccessary flags for Snellius
Browse files Browse the repository at this point in the history
  • Loading branch information
chowland committed Sep 19, 2023
1 parent 1e0b333 commit f8c5b0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ ifeq ($(MACHINE),DISCOVERER)
endif
ifeq ($(MACHINE),SNELLIUS)
ifeq ($(FLAVOUR),GNU)
FC += -O2 -march=znver1 -mtune=znver1 -mfma -mavx2 -m3dnow -fomit-frame-pointer
LDFLAGS = -lfftw3 -lopenblas -ldl
else
FC += -align array64byte -fma -ftz -fomit-frame-pointer
LDFLAGS = -lfftw3 -qmkl=sequential
endif
endif
Expand Down

0 comments on commit f8c5b0d

Please sign in to comment.