From 8edeb3439413a332709ed3b8cf8e93d060fe5f34 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 7 Nov 2011 17:22:56 -0500 Subject: [PATCH] organized Makefile better with petsc --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index e3b8f34a94..0a1ee99a18 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ include OBJECTS # User Options #=============================================================================== -COMPILER = petsc +COMPILER = petsc DEBUG = no PROFILE = no OPTIMIZE = no @@ -45,13 +45,13 @@ endif # use petsc compiler -# ifeq ($(COMPILER),petsc) +ifeq ($(COMPILER),petsc) F90 = ${FLINKER} F90FLAGS := -cpp -ffree-form include ${PETSC_DIR}/conf/variables include ${PETSC_DIR}/conf/rules LDFLAGS = ${PETSC_SYS_LIB} -# endif +endif # Set compiler flags for debugging