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.defn10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index b051521..5fe526e 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,14 +1,6 @@
# make.configuration.defn for IOPanda
-# make sure that IOPanda was configured in with MPI, PUGH, and IEEEIO
-
-ifeq ($(findstring external/IEEEIO,$(THORNS)),)
-.pseudo: MissingIEEEIOinIOPanda
-MissingIEEEIOinIOPanda:
- @echo "IOPanda: requires IEEEIO"
- @echo "IOPanda: Please add external/IEEEIO or remove IOPanda from Thornlist !"
- exit 2
-endif
+# make sure that IOPanda was configured with PUGH and MPI
ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
.pseudo: MissingPUGHinIOPanda