[Swift-commit] r5025 - in trunk/tests/mpi: . beagle/long

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Aug 29 21:36:19 CDT 2011


Author: wozniak
Date: 2011-08-29 21:36:19 -0500 (Mon, 29 Aug 2011)
New Revision: 5025

Added:
   trunk/tests/mpi/beagle/
Modified:
   trunk/tests/mpi/beagle/long/100-mci.clean.sh
   trunk/tests/mpi/beagle/long/100-mci.swift
Log:
Copy in Beagle tests from Crow


Modified: trunk/tests/mpi/beagle/long/100-mci.clean.sh
===================================================================
--- trunk/tests/mpi/crow/long/100-mci.clean.sh	2011-08-29 15:40:14 UTC (rev 5018)
+++ trunk/tests/mpi/beagle/long/100-mci.clean.sh	2011-08-30 02:36:19 UTC (rev 5025)
@@ -2,6 +2,6 @@
 
 set -x
 
-# rm -v transform-*.txt || exit 1
+rm -v transform-*.txt || exit 1
 
 exit 0

Modified: trunk/tests/mpi/beagle/long/100-mci.swift
===================================================================
--- trunk/tests/mpi/crow/long/100-mci.swift	2011-08-29 15:40:14 UTC (rev 5018)
+++ trunk/tests/mpi/beagle/long/100-mci.swift	2011-08-30 02:36:19 UTC (rev 5025)
@@ -3,7 +3,7 @@
 
 app (file o) transform(file i)
 {
-  mpi_sleep "-i" @i "-o" @o ;
+  mpi_sleep "-i" @i "-o" @o 3;
 }
 
 file input<"100-input.txt">;




More information about the Swift-commit mailing list