Browse Source

ifort and pgfort need "recursive" for safe compilation of LAPACK as well

tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
e13b6773ee
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.system

+ 2
- 0
Makefile.system View File

@@ -850,6 +850,7 @@ ifneq ($(INTERFACE64), 0)
FCOMMON_OPT += -i8
endif
endif
FCOMMON_OPT += -recursive
ifeq ($(USE_OPENMP), 1)
FCOMMON_OPT += -fopenmp
endif
@@ -893,6 +894,7 @@ FCOMMON_OPT += -tp p7-64
else
FCOMMON_OPT += -tp p7
endif
FCOMMON_OPT += -Mrecursive
ifeq ($(USE_OPENMP), 1)
FCOMMON_OPT += -mp
endif


Loading…
Cancel
Save