[Swift-commit] r4075 - SwiftApps/SwiftR/Swift/exec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Feb 9 15:13:56 CST 2011
Author: tga
Date: 2011-02-09 15:13:56 -0600 (Wed, 09 Feb 2011)
New Revision: 4075
Modified:
SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
Log:
Modified: SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
===================================================================
--- SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2011-02-09 19:49:31 UTC (rev 4074)
+++ SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2011-02-09 21:13:56 UTC (rev 4075)
@@ -93,7 +93,9 @@
chmod +x $RServerScript
echo "$0: INFO: Launching $RServerScript $SLOTDIR"
PATH=.:$PATH
- strace $RServerScript $SLOTDIR >& $SLOTDIR/R.log & # launch R server
+ #echo PATH: $PATH > $SLOTDIR/R.log
+ #which Rscript >> $SLOTDIR/R.log
+ $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"
else
More information about the Swift-commit
mailing list