Re: [R] using foreach (parallel processing)

2010-12-02 Thread Santosh Srinivas
Thanks. I guess I had to wait long enough to get the threads running and now they seem be on top gear. Hope this thing doesn't crash now! On Thu, Dec 2, 2010 at 3:36 PM, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/02/2010 10:56 AM, Santosh Srinivas wrote: >>

Re: [R] using foreach (parallel processing)

2010-12-02 Thread Mike Marchywka
> Date: Thu, 2 Dec 2010 11:06:14 +0100 > From: r.m.k...@gmail.com > To: santosh.srini...@gmail.com > CC: r-help@r-project.org > Subject: Re: [R] using foreach (parallel processing) > > -BEGIN PGP SIGNED MESSAGE- > Hash

Re: [R] using foreach (parallel processing)

2010-12-02 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/02/2010 10:56 AM, Santosh Srinivas wrote: > Hello group, Hi First of all: there is a special interest group for high performance computing in R, which includes parallel computing, wghich would be more appropriate to ask. But I will try anyway:

[R] using foreach (parallel processing)

2010-12-02 Thread Santosh Srinivas
Hello group, I am experimenting with parallel processing on my quad core Win 7 32 bit machine. Using these packages for the first time. I can see all my processor running at full performance when I use a smaller dataset require(snow) require(doSNOW) require(foreach) #change the 8 to however many