ataStartCluster: Start/stop cluster parallel calculation.

View source: R/parallelsetting.r

ataStartClusterR Documentation

Start/stop cluster parallel calculation.

Description

Start/stop cluster parallel calculation for time consuming prediction. ataIsClusterEnabled queries if cluster connections have been started by ataStartCluster.

Usage

ataStartCluster(spec = min(parallel::detectCores(), 8), ...)
ataStopCluster()

Arguments

spec

A specification appropriate to the type of cluster. See snow::makeCluster. By default, a maximum number of 8 slaves nodes can be creates on the local machine.

...

cluster type and option specifications.


atakrig documentation built on Oct. 9, 2023, 5:10 p.m.