aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn
blob: 68f89cb2c17f77896b87634a87e4d11802eec24b (plain)
1
2
3
4
5
6
# make.configuration.defn for IOStreamedHDF5

# make sure that the HDF5 Stream Virtual File Driver is available
ifeq ($(strip $(HAVE_HDF5_STREAM_VFD)),)
  $(error 'CarpetIOStreamedHDF5 requires an HDF5 installation with built-in Stream Virtual File Driver. Please reconfigure with an appropriate HDF5 installation or remove CarpetIOStreamedHDF5 from ThornList !')
endif