exporting function from R package to cluster (parallel processing) -
exporting function from R package to cluster (parallel processing) -
i trying utilize parlapply 1 time again (now used in this context) time function parallelize contains functions mc2d bundle (ie. deprt, ppert). installed , loaded package, before parallel part of code.
i exported variables cluster using cluster export,
clusterexport(c1, "variable") ... however tried export functions dpert , ppert using
clusterevalq(c1,dpert) and error
object c1 not found how not find c1? there way export r-packages functions cluster parallel processing?
use clusterexport functions well...
clusterexport(cl,c('dpert','variable')) r parallel-processing
Comments
Post a Comment