parallel.setup: parallel.setup

View source: R/parallelProcessing.R

parallel.setupR Documentation

parallel.setup

Description

Sets up parallel processing. Requires the foreach and doParallel packages

Usage

parallel.setup(...)

Arguments

...

Parameters for registerDoParallel from the doParallel package. This allows, for instance, for specificying the number of workers.

Value

TRUE (invisible) to indicate that parallelization is set up.

Note

Requires the packages foreach and doParallel.

Author(s)

Fabian Mueller

Examples


parallel.setup(2)
parallel.teardown()


MPIIComputationalEpigenetics/muPipeR documentation built on Oct. 18, 2022, 2:35 a.m.