search for: thisdir

Displaying 1 result from an estimated 1 matches for "thisdir".

2008 May 14
0
Parallel computing with rgenoud and snow: external file I/O possible?
...----------- end of test_cluster.r ---------------------------------- ----------------- call_R.csh --------------------------------------------- ! /bin/tcsh # A shell script used in testing parallel computing in R with the snow package. set rscript="/projects/dhsvm/uvm/scripts/sin.r" set thisdir=$1 # use the argument passed to this script R --vanilla --slave --args $thisdir < $rscript ----------------- end of call_R.csh -------------------------------------- ----------------- sin.r --------------------------------------------- # Script for testing parallel computing in R with the s...