Browse Source

NVIDIA compiler does not yet support POWER10

tags/v0.3.14^2
Martin Kroeker GitHub 5 years ago
parent
commit
91c3f86c2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.power

+ 2
- 0
Makefile.power View File

@@ -10,9 +10,11 @@ USE_OPENMP = 1
endif

ifeq ($(CORE), POWER10)
ifneq ($(C_COMPILER), PGI)
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
endif
endif

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


Loading…
Cancel
Save