Learn R Programming

imager (version 0.42.19)

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")

Value

NULL (function is used for side effects)

Arguments

mode

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

Author

Simon Barthelme

Examples

Run this code
cimg.use.openmp("never") #turn off parallelisation

Run the code above in your browser using DataLab