Displaying 3 results from an estimated 3 matches for "rsge".
Did you mean:
rage
2010 Apr 09
1
Rsge: recursive parallelization
...s(sge.remove.files=FALSE)
sge.parLapply(seq(x),
function(x) x^2,
cluster=TRUE,
debug=FALSE,
trace=FALSE,
file.prefix='Rsge_data',
global.savelist=NULL,
packages=NULL)
},
function.savelist=c('sge.parLapply', 'sge.parParApply',
'sge.options', 'sge.taskPrep'),...
2009 Jan 27
1
Running R under Sun Grid Engine with OpenMPI tight integration
Hi -
I saw your posting on the R-help mailing list. Were you ever able to get
this working? did you end up switching to use the rsge library?
I'm trying to do the same, and not having very much luck getting it going.
Thanks!
Peter Waltman
[[alternative HTML version deleted]]
2013 May 08
0
Using the Sun Grid Engine with R-3.0
Dear all
In previous R versions I ran R jobs on our cluster managed by SUN Grid
Engine using the Rsge package. With the R-3.0 release, the package Rsge
has been discontinued. What would be the equivalent way of running jobs
on the cluster using current packages?
I understand that the parallel package has been updated. What would be
the equivalent to the lines below:
require(Rsge)
sge.options(&...