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
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
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
3 matches
Mail list logo