From e1f675fb4eefc91b307566bd17ec80b3a7542649 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Wed, 17 Oct 2012 09:48:17 -0700 Subject: [PATCH] reverted makefile back to master --- src/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index b61e5c855..9f50169ff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,13 +15,13 @@ include OBJECTS # User Options #=============================================================================== -COMPILER = intel +COMPILER = gnu DEBUG = no PROFILE = no -OPTIMIZE = yes -MPI = yes -HDF5 = yes -PETSC = yes +OPTIMIZE = no +MPI = no +HDF5 = no +PETSC = no #=============================================================================== # External Library Paths