aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: c52aca42289e6a3821f32769562a40e0b0686de4 (plain)
1
2
3
4
5
6
7
8
9
# make.configuration.defn for IOHDF5

# add the recombiner and the IEEEIO converter to the Cactus utitlity tools
ALL_UTILS += hdf5_recombiner hdf5_merge hdf5_extract hdf5_double_to_single

ifeq ($(findstring CactusExternal/FlexIO,$(THORNS)),CactusExternal/FlexIO)
ALL_UTILS += hdf5_convert_from_ieeeio
FLEXIO_INC_DIRS = $(CCTK_HOME)$(DIRSEP)arrangements/CactusExternal/FlexIO/src
endif