aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2007-04-05 15:25:41 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2007-04-05 15:25:41 +0000
commit9425bdfca1acb18c83d46546ac58712daf13439a (patch)
treee47c6b285330ed39a98bf0dcb08c3f0133e6108d
parentf7f73facb6629bd39b56ac335e72eccdcb89f2d0 (diff)
restrict testsuite "twopunctures" to one processor and set tolerances for it
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@79 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--test/test.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index 5a7e817..39c3b22 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -12,3 +12,10 @@ TEST bhns_interp
ABSTOL 1.e-4
RELTOL 1.e-2
}
+
+TEST twopunctures
+{
+ NPROCS 1
+ ABSTOL 1.e-2
+ RELTOL 1.e-2
+}