aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2002-01-23 15:37:23 +0000
committerallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2002-01-23 15:37:23 +0000
commit9989c61e42243214e49309464f43ac7a6058bad8 (patch)
tree8c1fa2a64431f32796bafa50358532241cfe1915
parentcc7571e28668e27c7ac6434951dd126500fd7488 (diff)
Adding MPI_LIBS after PETSC_LIBS to solve linking problems for origin
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@64 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--src/make.configuration.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 7ea39c3..a12684a 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -40,7 +40,7 @@ MissingPETSC_ARCH:
endif
PETSC_LIB_DIR = $(PETSC_DIR)/lib/libg/$(PETSC_ARCH)
-PETSC_LIBS = petscts petscsnes petscsles petscdm petscmat petscvec petsc
+PETSC_LIBS = petscts petscsnes petscsles petscdm petscmat petscvec petsc
PLATFORM_LIBS =
@@ -62,5 +62,5 @@ UnknownArch:
endif
LIBDIRS += $(PETSC_LIB_DIR) $(X_LIB_DIR)
-LIBS += $(PETSC_LIBS) $(PLATFORM_LIBS) X11
+LIBS += $(PETSC_LIBS) $(PLATFORM_LIBS) X11 $(MPI_LIBS)
EXTRAFLAGS = -I$(PETSC_DIR)/include