The R Project SVN R

Rev

Rev 60931 | Rev 68948 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
56583 ripley 1
% File src/library/parallel/man/parallel-package.Rd
2
% Part of the R package, http://www.R-project.org
59039 ripley 3
% Copyright 2011 R Core Team
56583 ripley 4
% Distributed under GPL 2 or later
5
 
57939 hornik 6
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
7
 
56583 ripley 8
\name{parallel-package}
9
\alias{parallel-package}
10
\alias{parallel}
11
\docType{package}
12
\title{
57335 ripley 13
  Support for Parallel Computation
56583 ripley 14
}
15
\description{
16
  Support for parallel computation, including random-number generation.
17
}
18
\details{
57380 ripley 19
  This package is under development: a first version was released with
56583 ripley 20
  \R 2.14.0.
21
 
22
  There is support for multiple RNG streams with the
23
  \samp{"L'Ecuyer-CMRG"} \link{RNG}: see \code{\link{nextRNGStream}}.
56660 ripley 24
 
25
  It contains functionality derived from and pretty much equivalent to
57939 hornik 26
  that contained in packages \CRANpkg{multicore} (with some low-level
27
  functions renamed and not exported) and \CRANpkg{snow} (for socket
60931 ripley 28
  clusters only, but MPI and NWS clusters generated by
57939 hornik 29
  \CRANpkg{snow} are also supported).  This package also provides
57411 ripley 30
  \code{\link{makeForkCluster}}.
61433 ripley 31
 
57335 ripley 32
  For a complete list of exported functions, use
57380 ripley 33
  \code{library(help = "parallel")}.
56583 ripley 34
}
35
\author{
56742 ripley 36
  Brian Ripley, Luke Tierney and Simon Urbanek
37
 
56583 ripley 38
  Maintainer: R Core Team \email{R-core@r-project.org}
39
}
56660 ripley 40
\seealso{
41
  Parallel computation involves launching worker processes: functions
42
  \code{\link{psnice}} and \code{\link{pskill}} in package \pkg{tools}
57380 ripley 43
  provide means to manage such processes.
56660 ripley 44
}
56583 ripley 45
\keyword{ package }