search for: myjobfunc

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

2013 May 08
0
Using the Sun Grid Engine with R-3.0
...e parallel package has been updated. What would be the equivalent to the lines below: require(Rsge) sge.options("sge.qsub.options"="-cwd -q GT -pe smp 8 -l C=2") sge.options("sge.save.global"=TRUE) sge.options("sge.remove.files"=TRUE) jobList = list( ....) myJobFunc = function(x) {....} result = sge.parLapply(jobList, myJobFunc, njobs=length(jobList)) Many thanks Hubert Rehrauer