We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a4071 commit 7eddaf0Copy full SHA for 7eddaf0
Makefile.power
@@ -10,8 +10,8 @@ USE_OPENMP = 1
10
endif
11
12
ifeq ($(CORE), POWER10)
13
-COMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -mmma -fno-fast-math
14
-FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
+override COMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
+override FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
15
16
17
ifeq ($(CORE), POWER9)
0 commit comments