[Commits] [svn:einsteintoolkit] AHFinderDirect/trunk/test/ (Rev. 1556)
diener at cct.lsu.edu
diener at cct.lsu.edu
Wed Apr 13 11:30:15 CDT 2011
User: diener
Date: 2011/04/13 11:30 AM
Modified:
/trunk/test/
test.ccl
Log:
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.
File Changes:
Directory: /trunk/test/
=======================
File [modified]: test.ccl
Delta lines: +15 -0
===================================================================
--- trunk/test/test.ccl 2011-04-11 19:31:03 UTC (rev 1555)
+++ trunk/test/test.ccl 2011-04-13 16:30:14 UTC (rev 1556)
@@ -20,3 +20,18 @@
{
NPROCS 1
}
+
+TEST recoverML
+{
+ NPROCS 1
+}
+
+TEST checkpointML
+{
+ NPROCS 1
+}
+
+TEST misner1.2-025
+{
+ NPROCS 1
+}
More information about the Commits
mailing list