[R] How can I use muliple cores of CPU in Windows or OS X?

Peter Langfelder peter.langfelder at gmail.com
Wed Nov 6 00:42:40 CET 2013


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



More information about the R-help mailing list