tbbLibraryPath: Get the Path to a TBB Library

View source: R/tbb.R

tbbLibraryPathR 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.


RcppParallel documentation built on March 7, 2023, 7:05 p.m.