aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/make.configuration.defn
blob: c55f7eb6ca3358e19e84ea1d3f282ab580646302 (plain)
1
2
3
4
5
6
7
# Main make.configuration.defn file for thorn CarpetIOHDF5   -*-Makefile-*-
# $Header:$

# Ensure that MPI is available
ifeq ($(strip $(HAVE_HDF5)), )
    $(error Configuration error: The CarpetIOHDF5 thorn requires HDF5.  Please configure with HDF5, or remove the CarpetIOHDF5 thorn from the ThornList.)
endif