| tbbLibraryPath {RcppParallel} | R Documentation |
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.
tbbLibraryPath(name = NULL)
name |
The name of the TBB library to be resolved. Normally, this is one of 'tbb', 'tbbmalloc', or 'tbbmalloc_proxy'. When 'NULL', the library path containing the TBB libraries is returned instead. |