0
我似乎已經在運行問題當試圖中的R並行計算問題
library(parallel)
library(foreach)
library(doParallel)
library(snow)
cl <- makeCluster(detectCores())
Loading required package: Rmpi
Error : .onLoad failed in loadNamespace() for 'Rmpi', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object 'C:/Users/PCCasa/Documents/R/win- library/3.2/Rmpi/libs/x64/Rmpi.dll':
LoadLibrary failure: The system is unable to find the package specified.
Error in makeMPIcluster(spec, ...) :
the `Rmpi' package is needed for MPI clusters.
registerDoParallel(cl)
Error in registerDoParallel(cl) : Object 'cl' not found
運行一個並行計算windowsproduces該建議以修復或重新安裝msmpi.dll錯誤。你能不能讓我知道什麼是最好的prodecure將是解決這個問題
你能把這些錯誤信息翻譯成英文嗎? –
錯誤是因爲我必須修復或重新安裝msmpi.dll。系統輸出此錯誤 – Barnaby
以下是有關如何安裝Rmpi的信息:https://bioinfomagician.wordpress.com/2013/11/18/installing-rmpi-for-rr-on-mac-and-windows/comment -page-1 / – bjoseph