Learn R Programming

rpgm (version 1.1.2)

maxthreads: Get the Maximum Number of Threads available on your device

Description

The function returns the maximum number of threads that you can use with multi-core functions.

Usage

maxthreads()

Arguments

Value

An integer with the number of threads available on the device.

Details

The number returned is the number of Threads, not the number of Physical Cores (it is twice the number of physical cores of CPU uses Hyper Threading)

References

https://en.wikipedia.org/wiki/Thread_(computing)

See Also

http://pgm-solutions.com/packages

Examples

Run this code
# NOT RUN {
maxthreads()
# }

Run the code above in your browser using DataLab