setParallelCRT: Disable or enable parallelised computing

View source: R/RcppExports.R

setParallelCRTR Documentation

Disable or enable parallelised computing

Description

By default, the package will use multithreading for many calculations if OpenMP is available on the system. For multi-user systems this may not be desired, so parallel execution can be disabled with this function.

Usage

setParallelCRT(parallel_, cores_ = 2L)

Arguments

parallel_

Logical indicating whether to use parallel computation (TRUE) or disable it (FALSE)

cores_

Number of cores for parallel execution

Value

None, called for effects


crctStepdown documentation built on Sept. 14, 2023, 5:06 p.m.