From 954fda6f5eafe1ff51f1fcf1d4d837155ddd347c Mon Sep 17 00:00:00 2001 From: diener Date: Wed, 13 Apr 2011 16:30:14 +0000 Subject: 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 --- test/test.ccl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +} -- cgit v1.2.3