PopED icon indicating copy to clipboard operation
PopED copied to clipboard

Explicit calls to parallel:: (should not be?)

Open the-magister opened this issue 7 years ago • 1 comments

Hi Andy,

We're working through using Rmpi under snow, and noted that there's a lot of explicit calls to parallel:: that I think should not be explicit. If they're not explicit, then the overloads from snow:: should work properly.

Would you be willing to consider a pull request to change the behavior to allow Rmpi as the parallel backend?

Warm Regards, Mike Dodds

library(snow) The following objects are masked from ‘package:parallel’:

clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, clusterSplit, makeCluster, parApply, parCapply, parLapply, parRapply, parSapply, splitIndices, stopCluster

the-magister avatar Dec 15 '17 02:12 the-magister