The R Project SVN R

Rev

Rev 62172 | Rev 65999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62172 Rev 62949
Line 74... Line 74...
74
\details{
74
\details{
75
  \code{clusterCall} calls a function \code{fun} with identical
75
  \code{clusterCall} calls a function \code{fun} with identical
76
  arguments \code{...} on each node.
76
  arguments \code{...} on each node.
77
 
77
 
78
  \code{clusterEvalQ} evaluates a literal expression on each cluster
78
  \code{clusterEvalQ} evaluates a literal expression on each cluster
79
  node.  It a parallel version of \code{\link{evalq}}, and is a convenience
79
  node.  It is a parallel version of \code{\link{evalq}}, and is a
80
  function invoking \code{clusterCall}.
80
  convenience function invoking \code{clusterCall}.
81
 
81
 
82
  \code{clusterApply} calls \code{fun} on the first node with
82
  \code{clusterApply} calls \code{fun} on the first node with
83
  arguments \code{seq[[1]]} and \code{...}, on the second node with
83
  arguments \code{seq[[1]]} and \code{...}, on the second node with
84
  \code{seq[[2]]} and \code{...}, and so on, recycling nodes as needed.
84
  \code{seq[[2]]} and \code{...}, and so on, recycling nodes as needed.
85
 
85