- Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathtbbLibraryPath.Rd
18 lines (18 loc) · 643 Bytes
/
tbbLibraryPath.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generatedbyroxygen2:donoteditbyhand
% PleaseeditdocumentationinR/tbb.R
\name{tbbLibraryPath}
\alias{tbbLibraryPath}
\title{GetthePathtoaTBBLibrary}
\usage{
tbbLibraryPath(name=NULL)
}
\arguments{
\item{name}{ThenameoftheTBBlibrarytoberesolved.Normally, thisisoneof
\code{tbb}, \code{tbbmalloc}, or \code{tbbmalloc_proxy}.When \code{NULL}, thelibrary
pathcontainingtheTBBlibrariesisreturnedinstead.}
}
\description{
RetrievethepathtoaTBBlibrary.Thiscanbeusefulfor \Rpackages
usingRcppParallelthatwishtouse, orre-use, theversionofTBBthat
RcppParallelhasbeenconfiguredtouse.
}