aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpollney <pollney@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-06-06 15:43:15 +0000
committerpollney <pollney@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-06-06 15:43:15 +0000
commitc0977fd6ac36ea11175c2cca497e729ec051f7cf (patch)
tree3c67a8c53c3afaf5b8f991d98b8d0445d97c9322
parent0897924d89b2298357d54cd41734fda24eb3bd2f (diff)
Added required libraries for linux_intel compiling.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@71 1d96b42b-98df-4a6a-9d84-1b24288d4588
-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: