File: omp_check.Rd

package info (click to toggle)
r-cran-glmmtmb 1.1.5%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,504 kB
  • sloc: cpp: 1,018; sh: 16; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
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}}
}