Re: [R] manual parallel processing

2007-11-26 Thread Greg Snow
PROTECTED] > Sent: Thursday, November 22, 2007 3:29 AM > To: r-help@r-project.org > Subject: [R] manual parallel processing > > Hi; > I have a R script that includes a call to genoud(); genoud > process lasts about 4 seconds, what would be OK if I hadn't > have to call it

Re: [R] manual parallel processing

2007-11-22 Thread Martin Morgan
Hi Javier The Rmpi or snow packages might help, e.g., mpi.parLapply; you need to pay attention to what gets (explicitly or implicitly) shared with other nodes. Martin [EMAIL PROTECTED] writes: > Hi; > I have a R script that includes a call to genoud(); genoud process lasts > about 4 seconds, wh

[R] manual parallel processing

2007-11-22 Thread jgarcia
Hi; I have a R script that includes a call to genoud(); genoud process lasts about 4 seconds, what would be OK if I hadn't have to call it about 2000 times. This yields about 2 hours of processing. And I would like to use this script operationally; so that it should be run twice a day. It seems to