[Swift-commit] r4154 - SwiftApps/SwiftR/Swift/exec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Feb 28 15:48:24 CST 2011
Author: tga
Date: 2011-02-28 15:48:24 -0600 (Mon, 28 Feb 2011)
New Revision: 4154
Modified:
SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
Log:
Fix to batch.
Modified: SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
===================================================================
--- SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2011-02-28 19:38:44 UTC (rev 4153)
+++ SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2011-02-28 21:48:24 UTC (rev 4154)
@@ -128,6 +128,7 @@
#which Rscript >> $SLOTDIR/R.log
echo LD_LIBRARYPATH= $LD_LIBRARY_PATH
+ PATH=.:$PATH
$RServerScript $SLOTDIR >> $SLOTDIR/R.log 2>&1 & # launch R server
# idletimer $SLOTDIR </dev/null >/dev/null 2>&1 & # R saves pid in R.pid for idletimer to kill it
echo "$0: INFO: Launched $RServerScript $SLOTDIR Rscript"
More information about the Swift-commit
mailing list