Re: [R] Combining: R + Condor in 2009 ? (+foreach maybe?)

2009-09-01 Thread David M Smith
There's no explicit link between foreach and Condor right now (although foreach is designed to work with any backend, so someone could write one if they wanted). If you use the NetworkSpaces back end (registerDoNWS in REvolutionR Enterprise), and can access members of the Condor cluster directly,

[R] Combining: R + Condor in 2009 ? (+foreach maybe?)

2009-08-30 Thread Tal Galili
Hello dear R-help group (and David Smith from REvolution), I would like to perform parallel computing using R with Condor (hopefully using foreach or other recommended solutions, if available) for some Embarrassingly parallel problem. I will start by listing what I found so far, and then go on