get_num_cpus {gdalraster} | R Documentation |
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()
Value
Integer scalar, number of CPUs.
Examples
get_num_cpus()
[Package gdalraster version 1.11.1 Index]