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 a61c086 commit fe2a922Copy full SHA for fe2a922
Makefile.power
@@ -10,8 +10,8 @@ USE_OPENMP = 1
10
endif
11
12
ifeq ($(CORE), POWER10)
13
-override COMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
14
-override FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
+CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
+FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
15
16
17
ifeq ($(CORE), POWER9)
0 commit comments