aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.configuration.defn
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit47187487f50ae040def8edebbaa3adb5b3c76531 (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /Carpet/CarpetLib/src/make.configuration.defn
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'Carpet/CarpetLib/src/make.configuration.defn')
-rw-r--r--Carpet/CarpetLib/src/make.configuration.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/make.configuration.defn b/Carpet/CarpetLib/src/make.configuration.defn
new file mode 100644
index 000000000..a70db23a6
--- /dev/null
+++ b/Carpet/CarpetLib/src/make.configuration.defn
@@ -0,0 +1,7 @@
+# Main make.configuration.defn file for thorn CarpetLib -*-Makefile-*-
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.5 2004/04/29 22:15:06 tradke Exp $
+
+# Ensure that MPI is available
+ifeq ($(strip $(HAVE_MPI)), )
+ $(error Configuration error: The Carpet thorns require MPI. Please configure with MPI, or remove the Carpet thorns from the ThornList.)
+endif