aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-07-10 10:33:54 +0000
committertradke <tradke@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-07-10 10:33:54 +0000
commitf8cc7caea90c35db9f351dd11ece8c174965aae3 (patch)
tree114470b98e7d3e806eab2fa55ef6906e3f1c88c2
parentaa6f1b6c149dd724ce0da31231168b763c8970ce (diff)
Changed PETSC_LIB_DIR to point to the optimized version of the petsc libs.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@73 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--src/make.configuration.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index c2444cd..255abfc 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -41,7 +41,7 @@ MissingPETSC_ARCH:
exit 2
endif
-PETSC_LIB_DIR = $(PETSC_DIR)/lib/libg/$(PETSC_ARCH)
+PETSC_LIB_DIR = $(PETSC_DIR)/lib/libO/$(PETSC_ARCH)
PETSC_LIBS = petscts petscsnes petscsles petscdm petscmat petscvec petsc
PLATFORM_LIBS =