1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{omp_check}
\alias{omp_check}
\title{Check OpenMP status}
\usage{
omp_check()
}
\value{
\code{TRUE} or {FALSE} depending on availability of OpenMP
}
\description{
Checks whether OpenMP has been successfully enabled for this
installation of the package. (Use the \code{parallel} argument
to \code{\link{glmmTMBControl}}, or set \code{options(glmmTMB.cores=[value])},
to specify that computations should be done in parallel.)
}
\seealso{
\code{\link[TMB]{benchmark}}, \code{\link{glmmTMBControl}}
}
|