我正在尝试使用doSNOW包让make foreach
并行运行,但是当我运行makeCluster函数时,我的机器无限期地运行,我不能做任何事情,请帮助!我正在使用Windows 8 64位,intel i3处理器双核。
require(doSNOW)
require(foreach)
cl.tmp = makeCluster(rep("localhost",2), type="SOCK")
registerDoSNOW(cl.tmp)
foreach(i=1:4) %dopar% {sqrt(i)}
感谢您的关注,任何建议都表示赞赏。
编辑:
我正在按照这个答案的说明https://stackoverflow.com/a/7297008/2806134但是我还不能运行makeCluster功能,有什么建议吗?感谢