pll_debug: Disable parallelization for debugging

View source: R/pll.R

pll_debugR Documentation

Disable parallelization for debugging

Description

In certain cases it might be beneficial to disable parallel execution of e.g. effect profile calculations. By disabling, all processes run sequentially and instantly pass messages to the console which would be delayed during parallel processing. This makes it easier to pinpoint problems within the data or algorithm.

Usage

pll_debug(state = TRUE)

Arguments

state

logical, if TRUE then parallelization is disabled

Value

no return value


cvasi documentation built on Sept. 23, 2024, 9:08 a.m.