set.thread.count: openMP Thread Count

Description Usage Arguments Value Author(s) Examples

Description

This methods allows you to set the number of cores currently accessible to openMP

Usage

1
set.thread.count(thread_count)

Arguments

thread_count

number of OPENMP threads to be used

Value

No return, sets the number of cores available to openMP for C level parallelization.

Author(s)

Nicolas De Jay, Simon Papillon-Cavanagh, Benjamin Haibe-Kains

Examples

1
2
3
4
5
6
7
# Access to number of available threads
threads <- get.thread.count()
# Force a single threaded openMP job
set.thread.count(1)

# Revert back to all accessible threads
set.thread.count(threads)

bhklab/mRMRe documentation built on Sept. 3, 2021, 10:50 p.m.