tbbLibraryPath {RcppParallel} | R Documentation |
Get the Path to a TBB Library
Description
Retrieve the path to a TBB library. This can be useful for R packages using RcppParallel that wish to use, or re-use, the version of TBB that RcppParallel has been configured to use.
Usage
tbbLibraryPath(name = NULL)
Arguments
name |
The name of the TBB library to be resolved. Normally, this is one of
|
[Package RcppParallel version 5.1.8 Index]