The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 8... Line 8...
8
 
8
 
9
\title{Divide Tasks for Distribution in a Cluster}
9
\title{Divide Tasks for Distribution in a Cluster}
10
\description{
10
\description{
11
  This divides up \code{1:nx} into \code{ncl} lists of approximately
11
  This divides up \code{1:nx} into \code{ncl} lists of approximately
12
  equal size, as a way to allocate tasks to nodes in a cluster.
12
  equal size, as a way to allocate tasks to nodes in a cluster.
13
  
13
 
14
  It is mainly for internal use, but some package authors have found it useful.
14
  It is mainly for internal use, but some package authors have found it useful.
15
}
15
}
16
\usage{
16
\usage{
17
splitIndices(nx, ncl)
17
splitIndices(nx, ncl)
18
}
18
}