摘要: library(parallel)#example 1cl <- makeCluster(getOption("cl.cores", 2))clusterApply(cl, c(9,5), get("+"),1) #加parSapply(cl, c(9,5), get("+"), 3) stopCl 阅读全文
posted @ 2018-10-31 13:38 junjunang 阅读(2797) 评论(0) 推荐(0) 编辑