Learn R Programming

ProFit (version 1.3.3)

profitHasOpen: Check for presence of OpenMP, OpenCL and FFTW

Description

Simple utilities that check whether package has compile-time OpenMP, OpenCL or FFTW support.

Usage

profitHasOpenMP()
profitHasOpenCL()
profitHasFFTW()

Arguments

Value

Logical; states whether package has been installed with OpenMP, OpenCL or FFTW support, respectively.

See Also

profitOpenCLEnv, profitOpenCLEnvInfo

Examples

Run this code
# NOT RUN {
profitHasOpenMP()
profitHasOpenCL()
profitHasFFTW()
# }

Run the code above in your browser using DataLab