Skip to content
Prev 332705 / 398506 Next

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

On Tue, Nov 5, 2013 at 3:36 PM, Uwe Ligges
<ligges at statistik.tu-dortmund.de> wrote:
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