aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2004-12-07 13:37:18 +0000
committerschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2004-12-07 13:37:18 +0000
commitcf8d9f404e3e1d81e6ae425a7f4c495f074f7399 (patch)
tree36e733b2aa5ab0517bdd32e377034f34c6032625
parent57fb064b905c4676068de9339f09e49f073b216b (diff)
Don't complain when no driver is recognised; use MPI_COMM_WORLD for
communication instead. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@37 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
-rw-r--r--src/slab.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slab.c b/src/slab.c
index fb2c495..f95f750 100644
--- a/src/slab.c
+++ b/src/slab.c
@@ -94,9 +94,6 @@ void Slab_PrintTimers (void)
# if defined CACTUSPUGH_PUGH
# include "CactusPUGH/PUGH/src/include/pugh.h"
# endif
-# if ! defined CARPET_CARPET && ! defined CARPETORIG_CARPET && ! defined CACTUSPUGH_PUGH
-# error "No supported driver thorn included"
-# endif
#endif