aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/make.configuration.defn')
-rw-r--r--Carpet/CarpetIOHDF5/src/make.configuration.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/src/make.configuration.defn b/Carpet/CarpetIOHDF5/src/make.configuration.defn
new file mode 100644
index 000000000..3de9eea95
--- /dev/null
+++ b/Carpet/CarpetIOHDF5/src/make.configuration.defn
@@ -0,0 +1,7 @@
+# Main make.configuration.defn file for thorn CarpetIOHDF5 -*-Makefile-*-
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/src/make.configuration.defn,v 1.1 2004/05/04 22:08:37 schnetter Exp $
+
+# 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