Browse Source

Merge pull request #1553 from martin-frbg/ifort-openmpflag

Change -openmp to -fopenmp for ifort entry as well
tags/v0.3.0^2
Martin Kroeker GitHub 7 years ago
parent
commit
12398e53ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -718,7 +718,7 @@ FCOMMON_OPT += -i8
endif endif
endif endif
ifeq ($(USE_OPENMP), 1) ifeq ($(USE_OPENMP), 1)
FCOMMON_OPT += -openmp
FCOMMON_OPT += -fopenmp
endif endif
endif endif




Loading…
Cancel
Save