aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiener <diener@f88db872-0e4f-0410-b76b-b9085cfa78c5>2011-04-13 16:30:14 +0000
committerdiener <diener@f88db872-0e4f-0410-b76b-b9085cfa78c5>2011-04-13 16:30:14 +0000
commit954fda6f5eafe1ff51f1fcf1d4d837155ddd347c (patch)
tree8340c351dd5f905f4498fb8c2c440815ac53c80c
parentfcf7c21112546d0d5f5be44fe3be5d13c3c37625 (diff)
Disable 3 tests on multiple processors. Two of them (checkpointML and
recoverML) because they have 1D CarpetIOASCII output which are different on different number of processors. The last (misner1.2-025) because it performs 2D output of SphericalSurface::sf_radius which is a 2d grid array with DISTRIB=constant and so we get duplicate output from each processor. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1556 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--test/test.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index f0f2944..641203a 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -20,3 +20,18 @@ TEST checkpoint2
{
NPROCS 1
}
+
+TEST recoverML
+{
+ NPROCS 1
+}
+
+TEST checkpointML
+{
+ NPROCS 1
+}
+
+TEST misner1.2-025
+{
+ NPROCS 1
+}