From 2352c52df50a0e84ec767954ef0c735281fb19cf Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 18 Apr 2000 11:10:30 +0000 Subject: Define USE_PETSC_DEBUG in the CFLAGS so enable PETSC's error-checking macros. Now the EllPETSc routines should terminate cleanly if an error occurs in PETSc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@37 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/make.code.defn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/make.code.defn b/src/make.code.defn index 121c70c..0f62e35 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -13,5 +13,5 @@ SYS_INC_DIRS += /usr/local/mpich/build/LINUX/ch_p4/include SYS_INC_DIRS += $(PETSC_DIR) $(PETSC_DIR)/include \ $(PETSC_DIR)/bmake/$(PETSC_ARCH) - - +# Define this to enable PETSC's error-checking macros +CFLAGS += -DUSE_PETSC_DEBUG -- cgit v1.2.3