Skip to content
Prev 81968 / 398506 Next

Snow & rvpm

In the example at
http://www.stat.uiowa.edu/~luke/R/cluster/cluster.html clusterCall
divides the parameter R by the number of nodes -- what you've done is
calculate 999 bootstraps on each node, and compared the execution time
to 999 bootstraps on one node.

You probably want 'clusterCall' to be smart enough to partition the
bootstraps between nodes, and then collate the results. It doesn't do
that.

Martin

vittorio <vdemart1 at tin.it> writes: