Message-ID: <CA+hbrhW-1KwdyV_Ko-PJarWG1vj42DAE+ysth_u9fOcQ5v=oUQ@mail.gmail.com>
Date: 2013-11-05T23:42:40Z
From: Peter Langfelder
Subject: How can I use muliple cores of CPU in Windows or OS X?
In-Reply-To: <52798105.2060307@statistik.tu-dortmund.de>
On Tue, Nov 5, 2013 at 3:36 PM, Uwe Ligges
<ligges at statistik.tu-dortmund.de> wrote:
>
>
> On 06.11.2013 00:26, Simon Pickert wrote:
>>
>> Mcapply from package 'parallel'. Also see package 'multicore'
>
>
> Not mcapply: it won't work under Windows that the OP asked for.
>
> But package parallel is the right hint. It also provides other
> parallelization techniques that will work under Windows.
Packages foreach and doParallel provide ways of writing parallel code
that will run on all systems, without having to worry about details of
parallel computation on each platform.
HTH,
Peter