From 10ab0f9eaafb0536b5e5a06dac2b702331aef4d9 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Tue, 21 Feb 2012 17:25:16 -0800 Subject: [PATCH] HDF5 now works with intel --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 75b6a75f93..734a4af2a3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,7 @@ DEBUG = no PROFILE = no OPTIMIZE = no USE_MPI = no -USE_HDF5 = no +USE_HDF5 = yes #=============================================================================== # GNU Fortran compiler options @@ -88,7 +88,7 @@ ifeq ($(COMPILER),petsc) LDFLAGS = ${SLEPC_LIB} ifeq ($(DEBUG),yes) - F90FLAGS += -g -fbacktrace -fbounds-check -ffpe-trap=invalid,overflow,underflow,zero + F90FLAGS += -g -ftrapuv -fp-stack-check -check all -fpe0 LDFLAGS += -g endif