aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.configuration.defn
diff options
context:
space:
mode:
authorschnetter <>2002-09-01 16:36:00 +0000
committerschnetter <>2002-09-01 16:36:00 +0000
commitaf6f5297cb83b81aa737ef63b951d7ccfcfb9bcf (patch)
treeb9fa90180c2d406ebc9694737e12e536c94eb7d8 /Carpet/CarpetLib/src/make.configuration.defn
parent5477b4f28d1a232d604189c91bffc45744cabdda (diff)
Increased power levels for MPI detection. Now uses x-ray vision. GNU
Increased power levels for MPI detection. Now uses x-ray vision. GNU make rules. darcs-hash:20020901163648-07bb3-aabdb78bc5e120957d43cbe934d2de548c0d526c.gz
Diffstat (limited to 'Carpet/CarpetLib/src/make.configuration.defn')
-rw-r--r--Carpet/CarpetLib/src/make.configuration.defn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/make.configuration.defn b/Carpet/CarpetLib/src/make.configuration.defn
index 9b93793b5..50a8bf329 100644
--- a/Carpet/CarpetLib/src/make.configuration.defn
+++ b/Carpet/CarpetLib/src/make.configuration.defn
@@ -1,10 +1,10 @@
# Main make.configuration.defn file for thorn CarpetLib -*-Makefile-*-
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.1 2002/09/01 15:12:29 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.2 2002/09/01 18:36:48 schnetter Exp $
# Ensure that MPI is available
-ifndef MPI_LIBS
+ifeq ($(origin MPI_LIBS),undefined)
$(NAME): MissingMPI
-.PSEUDO: MissingMPI
+.PHONY: MissingMPI
MissingMPI:
@echo "Configuration error:"
@echo "Thorn CarpetLib requires MPI"