aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 98ec5bf..0db964b 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -54,6 +54,12 @@ ifeq ($(PETSC_ARCH),linux)
PLATFORM_LIBS = flapack fblas g2c mpich
endif
+### PETSC on linux_intel
+ifeq ($(PETSC_ARCH),linux_intel)
+ PLATFORM_LIBS = mkl32_lapack mkl32_def g2c
+# (note: g2c seems to be needed for the mkl32 libraries, not clear why.)
+endif
+
### Otherwise
ifndef PLATFORM_LIBS
UnknownArch: