From f8c5b0dbd7ec67ee48958e3d4f2707a06d3ca85b Mon Sep 17 00:00:00 2001 From: Chris Howland Date: Tue, 19 Sep 2023 16:50:41 +0200 Subject: [PATCH] remove unneccessary flags for Snellius --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index cdd741e6..0c32f8c1 100644 --- a/Makefile +++ b/Makefile @@ -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