Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2009-01-27 Thread Marce
2009/1/27 Rainer M Krug r.m.k...@gmail.com: On Tue, Jan 27, 2009 at 2:30 AM, Peter Waltman peter.walt...@gmail.com wrote: 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? Yes - that is exactly

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2009-01-27 Thread Rainer M Krug
On Tue, Jan 27, 2009 at 11:04 AM, Marce marc...@gmail.com wrote: 2009/1/27 Rainer M Krug r.m.k...@gmail.com: On Tue, Jan 27, 2009 at 2:30 AM, Peter Waltman peter.walt...@gmail.com wrote: Hi - I saw your posting on the R-help mailing list. Were you ever able to get this working? did you

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2009-01-26 Thread Peter Waltman
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]]

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2009-01-26 Thread Rainer M Krug
On Tue, Jan 27, 2009 at 2:30 AM, Peter Waltman peter.walt...@gmail.com wrote: 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? Yes - that is exactly what I did - I am using rsge or, which is in most

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-12-04 Thread Rainer M Krug
Did you make any progress in using R in the SGE / OpenMPI environment? I am asking, because I am struggling with the same problem. Using qsub does not give me an interactive session which I can use (wherefore I don't see a way of using RMPISNOW and getMPIcluster()) and the spawning

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-12-04 Thread Sean Davis
On Thu, Dec 4, 2008 at 5:21 AM, Rainer M Krug [EMAIL PROTECTED] wrote: Did you make any progress in using R in the SGE / OpenMPI environment? I am asking, because I am struggling with the same problem. Using qsub does not give me an interactive session which I can use (wherefore I don't see a

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-12-04 Thread Rainer M Krug
On Fri, Dec 5, 2008 at 12:11 AM, Sean Davis [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 5:21 AM, Rainer M Krug [EMAIL PROTECTED] wrote: Did you make any progress in using R in the SGE / OpenMPI environment? I am asking, because I am struggling with the same problem. Using qsub does not

[R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-10-09 Thread Sean Davis
We have spent some time setting up Sun Grid Engine and OpenMPI on a group of linux boxes. I have created a parallel environment and everything seems to be working. I have Rmpi 0.5.5-5 installed on all machines. I would like to start an interactive R session using, say, 8 processors and then

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-10-09 Thread Dirk Eddelbuettel
On 9 October 2008 at 09:18, Sean Davis wrote: | We have spent some time setting up Sun Grid Engine and OpenMPI on a | group of linux boxes. I have created a parallel environment and | everything seems to be working. I have Rmpi 0.5.5-5 installed on all | machines. I would like to start an

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-10-09 Thread Chi Chan
On Thu, Oct 9, 2008 at 9:02 AM, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: You could have a look at the slides from my UseR! 2008 tutorial [1] on 'high-performance computing with R' which covered Open MPI / Rmpi and includes examples. It may just be that you are expecting something that

Re: [R] Running R under Sun Grid Engine with OpenMPI tight integration

2008-10-09 Thread Markus Schmidberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, actually there is no perfect way to use R one multiprocessors. There are two options: * using mpi: This means starting several R sessions and using MPI for the communication between the R sessions. Task distribution, fail over solutions, ...