[Swift-commit] r5183 - in SwiftApps/SwiftR/Swift: . exec
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Tue Sep 27 16:06:34 CDT 2011
Author: tga
Date: 2011-09-27 16:06:34 -0500 (Tue, 27 Sep 2011)
New Revision: 5183
Modified:
SwiftApps/SwiftR/Swift/DESCRIPTION
SwiftApps/SwiftR/Swift/exec/start-swift
Log:
Bumped version number, added info message.
Modified: SwiftApps/SwiftR/Swift/DESCRIPTION
===================================================================
--- SwiftApps/SwiftR/Swift/DESCRIPTION 2011-09-27 21:05:32 UTC (rev 5182)
+++ SwiftApps/SwiftR/Swift/DESCRIPTION 2011-09-27 21:06:34 UTC (rev 5183)
@@ -1,12 +1,12 @@
Package: Swift
Type: Package
Title: R interface to Swift parallel scripting languaage
-Version: 0.2.6
-Date: 2011-09-12
+Version: 0.2.7
+Date: 2011-09-27
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-09-12; Tim Armstrong
+Packaged: 2011-09-27; Tim Armstrong
Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift 2011-09-27 21:05:32 UTC (rev 5182)
+++ SwiftApps/SwiftR/Swift/exec/start-swift 2011-09-27 21:06:34 UTC (rev 5183)
@@ -838,6 +838,7 @@
do
LUSTRE_TMPSESSION=$LUSTRE_TMPROOT/$RANDOM
if mkdir $LUSTRE_TMPSESSION; then
+ echo "Temporary files will be stored in $LUSTRE_TMPSESSION" 1>&2
break
fi
done
More information about the Swift-commit
mailing list