aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
deleted file mode 100644
index 5457011..0000000
--- a/src/make.configuration.defn
+++ /dev/null
@@ -1,13 +0,0 @@
-# make.configuration.defn for IOPanda
-# $Header$
-
-# make sure that IOPanda was configured with PUGH and MPI
-
-ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
- $(error "IOPanda requires PUGH. Please add CactusPUGH/PUGH or remove IOPanda from Thornlist !")
-endif
-
-MPI_CONFIGURED := $(shell grep -l CCTK_MPI $(CONFIG)/cctk_Extradefs.h)
-ifneq ("$(MPI_CONFIGURED)", "$(CONFIG)/cctk_Extradefs.h")
- $(error "IOPanda requires MPI. Please configure with MPI or remove IOPanda from Thornlist !")
-endif