farray-threads | R Documentation |
'farray'
Set number of threads used by 'OpenMP'
set_farray_threads( nr_of_threads = getOption("farray.nthreads"), reset_after_fork = NULL ) get_farray_threads(max = FALSE)
nr_of_threads |
number of CPU cores to use, or |
reset_after_fork |
whether to reset after forked process |
max |
whether return maximum available threads |
Number of cores currently used.
Zhengjia Wang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.