Skip to content

Commit 91c3f86

Browse files
authored
NVIDIA compiler does not yet support POWER10
1 parent 75b1f3b commit 91c3f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.power

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ USE_OPENMP = 1
1010
endif
1111

1212
ifeq ($(CORE), POWER10)
13+
ifneq ($(C_COMPILER), PGI)
1314
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
1415
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
1516
endif
17+
endif
1618

1719
ifeq ($(CORE), POWER9)
1820
ifneq ($(C_COMPILER), PGI)

0 commit comments

Comments
 (0)