mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
HDF5 now works with intel
This commit is contained in:
parent
8897963f45
commit
10ab0f9eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue