[Swift-commit] r4453 - in SwiftApps/SwiftR/Swift: . exec
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Fri May 6 16:53:34 CDT 2011
Author: tga
Date: 2011-05-06 16:53:34 -0500 (Fri, 06 May 2011)
New Revision: 4453
Modified:
SwiftApps/SwiftR/Swift/DESCRIPTION
SwiftApps/SwiftR/Swift/exec/start-swift
Log:
New version.
Modified: SwiftApps/SwiftR/Swift/DESCRIPTION
===================================================================
--- SwiftApps/SwiftR/Swift/DESCRIPTION 2011-05-06 21:17:29 UTC (rev 4452)
+++ SwiftApps/SwiftR/Swift/DESCRIPTION 2011-05-06 21:53:34 UTC (rev 4453)
@@ -1,12 +1,12 @@
Package: Swift
Type: Package
Title: R interface to Swift parallel scripting languaage
-Version: 0.2.3
-Date: 2011-04-20
+Version: 0.2.4
+Date: 2011-05-06
Author: Michael Wilde
Maintainer: Michael Wilde <wilde at mcs.anl.gov>
Description: Routines to invoke R functions on remote resources through Swift.
License: Apache License
LazyLoad: yes
-Packaged: 2011-04-20; Tim Armstrong
+Packaged: 2011-05-06; Tim Armstrong
Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift 2011-05-06 21:17:29 UTC (rev 4452)
+++ SwiftApps/SwiftR/Swift/exec/start-swift 2011-05-06 21:53:34 UTC (rev 4453)
@@ -735,7 +735,7 @@
echo "Turn on keep work option to retain logs"
fi
- ( echo "error: swift exited unexpectedly with return code $exitcode" > resultpipe
+ ( echo "error: swift exited unexpectedly with return code $exitcode" > resultpipe &
echopid=$!
sleep 5
kill $echopid
More information about the Swift-commit
mailing list