cgen-parallel: Multithreading using 'cgenpp'

Description Details See Also

Description

The package cgenpp makes use of shared memory multi-threading using OpenMP. R is of single-threaded nature, hence almost the entire package is written in C++. The package offers a variety of functions that lets you control and check the number of threads that are being used by the functions of the package. Internally every function uses the global variable cgenpp.threads which is stored in options()$cgenpp.threads. The value can be changed using the function set_num_threads(). When the package is loaded in an R-session cgenpp.threads will be set to the value returned by get_max_threads() which is a wrapper for the OpenMP-header function omp_get_max_threads()

Details

The following functions are multithreaded and access the variable cgenpp.threads:

See Also

set_num_threads, get_num_threads, get_max_threads, check_openmp


cgenpp documentation built on May 2, 2019, 5:56 p.m.

Related to cgen-parallel in cgenpp...