Hello,
Can I do the following? Is parallel:::clusterApplyLB() designed to
work like this? The code below is for illustrative purposes only.
library(parallel)
myFunction<-function(myPar1, myPar2, ...) {
clusterApplyLB(myCluster, x, otherFunction, otherPar1=myPar1,
otherPar2=myPar2, )
}
On 12-02-12 5:43 AM, Barry Rowlingson wrote:
On Sat, Feb 11, 2012 at 5:55 PM, Patrick Burns wrote:
Now it could be that people are not trying
very hard to solve their own problems, but
to be fair it is a pretty gruelling process
to find the Task Views.
May I suggest that there be a "Task View
On Sat, Feb 11, 2012 at 5:55 PM, Patrick Burns wrote:
> Now it could be that people are not trying
> very hard to solve their own problems, but
> to be fair it is a pretty gruelling process
> to find the Task Views.
>
> May I suggest that there be a "Task Views" item
> on the left sidebar of the