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.defn3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 255abfc..1d56939 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -58,8 +58,7 @@ 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.)
+ PLATFORM_LIBS = mkl_lapack mkl_def guide
endif
### Otherwise