parallel.isEnabled: parallel.isEnabled

View source: R/parallelProcessing.R

parallel.isEnabledR Documentation

parallel.isEnabled

Description

Checks if whether parallel processing is enabled.

Usage

parallel.isEnabled()

Value

TRUE if multicore processing is enabled, FALSE otherwise.

Author(s)

Fabian Mueller

Examples


parallel.isEnabled()
parallel.setup(2)
parallel.isEnabled()
parallel.teardown()
parallel.isEnabled()


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