aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn')
-rw-r--r--Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn b/Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn
new file mode 100644
index 000000000..68f89cb2c
--- /dev/null
+++ b/Carpet/CarpetIOStreamedHDF5/src/make.configuration.defn
@@ -0,0 +1,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