aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 764fd00d51c178a8c2dafcc3ee207b651d98c16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# make.configuration.defn for IOHDF5
# $Header$

# add the recombiner and the IEEEIO converter to the Cactus utitlity tools
ALL_UTILS += hdf5_recombiner hdf5_convert_from_carpetiohdf5

ifneq ($(strip $(HAVE_FLEXIO)), )
  ALL_UTILS += hdf5_convert_from_ieeeio
endif

ifneq ($(strip $(HAVE_SDF)), )
  ALL_UTILS += hdf5_convert_from_sdf
endif