From d271664e9a6c58194766114b3bee6137aea109d8 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 15 Jul 2003 09:36:10 +0000 Subject: Fixed liblist for PETSC_ARCH=linux_intel. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@74 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/make.configuration.defn | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3