get_num_threads: Get the number of threads for 'cgenpp'

Description Usage Value See Also Examples

Description

Check the variable that specifies the number of threads being used by cgenpp-functions

Usage

1

Value

Returns the value of the global variable cgenpp.threads

See Also

set_num_threads, get_max_threads, check_openmp

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# set the number of threads to 1
set_num_threads(1)

# check
get_num_threads()

# set number of threads to the value reported by get_max_threads()
n_threads <- get_max_threads()
set_num_threads(n_threads)

# check
get_num_threads()

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