Learn R Programming

gdalraster (version 1.11.1)

get_num_cpus: Get the number of processors detected by GDAL

Description

get_num_cpus() returns the number of processors detected by GDAL. Wrapper of CPLGetNumCPUs() in the GDAL Common Portability Library.

Usage

get_num_cpus()

Arguments

Value

Integer scalar, number of CPUs.

Examples

Run this code
get_num_cpus()

Run the code above in your browser using DataLab