Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

set.thread.count

openMP Thread Count


Description

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

Usage

set.thread.count(thread_count)

Arguments

thread_count

number of OPENMP threads to be used

Author(s)

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

Examples

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

mRMRe

"Parallelized Minimum Redundancy, Maximum Relevance (mRMR) Ensemble Feature Selection"

v2.1.0
Artistic-2.0
Authors
Nicolas De Jay, Simon Papillon-Cavanagh, Catharina Olsen, Gianluca Bontempi, Benjamin Haibe-Kains
Initial release
2020-01-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.