From c0977fd6ac36ea11175c2cca497e729ec051f7cf Mon Sep 17 00:00:00 2001 From: pollney Date: Fri, 6 Jun 2003 15:43:15 +0000 Subject: Added required libraries for linux_intel compiling. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@71 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/make.configuration.defn | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.3