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 'tbb', 'tbbmalloc', or 'tbbmalloc_proxy'. When 'NULL', the library path containing the TBB libraries is returned instead.


[Package RcppParallel version 5.1.2 Index]