reverted makefile back to master

This commit is contained in:
Bryan Herman 2012-10-17 09:48:17 -07:00
parent 75878ea23c
commit e1f675fb4e

View file

@ -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