Learn R Programming

bartcs (version 1.3.0)

count_omp_thread: Count the number of OpenMP threads for parallel computation

Description

count_omp_thread() counts the number of OpenMP threads for parallel computation. If it returns 1, OpenMP is not viable.

Usage

count_omp_thread()

Arguments

Value

Number of OpenMP thread(s).

Examples

Run this code
count_omp_thread()

Run the code above in your browser using DataLab