imager (version 0.41.2)

cimg.use.openmp: Control CImg's parallelisation

Description

On supported architectures CImg can parallelise many operations using OpenMP. Use this function to turn parallelisation on or off.

Usage

cimg.use.openmp(mode = "adaptive")

Arguments

mode

Either "adaptive","always" or "none". The default is adaptive (parallelisation for large images only).

Value

NULL (function is used for side effects)

Examples

Run this code
# NOT RUN {
cimg.use.openmp("never") #turn off parallelisation
# }

Run the code above in your browser using DataLab