multi-core processing in R on windows XP - via doMC and foreach

前端 未结 3 1196
情书的邮戳
情书的邮戳 2021-02-09 02:10

I\'m posting this question to ask for advice on how to optimize the use of multiple processors from R on a Windows XP machine.

At the moment I\'m creating 4 scripts (eac

3条回答
  •  孤街浪徒
    2021-02-09 02:38

    You could try doSMP from REvolution Computing. For more information, see this blog posting: Parallel Multicore Processing with R (on Windows)

提交回复
热议问题