[R-SIG-Mac] Snow package on bi-proc G5

Naji nassar at noos.fr
Wed Jun 15 18:36:30 CEST 2005


Hi all,

I'm running complex simulations and I'd like to distribute half the
simulation on each processor (one G5 machine)
The R code looks like

For (rep in 1:replications) # 300 replications
{
# the simulations results are stored in an array
dim=c(10,20,replications,100,3)
}

{
Analysis of simulations results
}

Is it possible to distribute the simulations on both proc..?
(G5 2.5 bi-proc, 2GB mem, OS10.4.1, R2.1, Aqua Gui1.11
It's my first experience with calculus distribution, a starting example will
be of great help


TIA
Naji



More information about the R-SIG-Mac mailing list