How to setup workers for parallel processing in R using snowfall and multiple Windows nodes?

前端 未结 0 1356
天涯浪人
天涯浪人 2021-01-30 20:53

I’ve successfully used snowfall to setup a cluster on a single server with 16 processors.

require(snowfall)
if (sfIsRunning() == TRUE) sfStop()

number.of.cpus &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题