exageostat_init: Initial an instance of ExaGeoStatR

View source: R/init_finalize.R

exageostat_initR Documentation

Initial an instance of ExaGeoStatR

Description

Initial an instance of ExaGeoStatR

Usage

exageostat_init(
  hardware = list(ncores = 2, ngpus = 0, ts = 320, lts = 0, pgrid = 1, qgrid = 1)
)

Arguments

hardware

A list of ncores, ngpus, tile size, pgrid, and qgrid

Value

N/A

Examples

exageostat_init(hardware = list(ncores = 2, ngpus = 0, ts = 320, lts = 0, pgrid = 1, qgrid = 1))
exageostat_init(hardware = list(ncores = 1, ngpus = 2, ts = 320, lts = 0, pgrid = 1, qgrid = 1))
exageostat_init(hardware = list(ncores = 26, ngpus = 0, ts = 320, lts = 0, pgrid = 3, qgrid = 4))

ecrc/exageostatR documentation built on June 9, 2025, 9:06 p.m.