aefaInit: Initalize aefa engine, This function initalise the aefa...

View source: R/kaefa.R

aefaInitR Documentation

Initalize aefa engine, This function initalise the aefa cluster. If someone have Remote Cluster informaiton with SSH, put the information in the argument.

Description

Initalize aefa engine, This function initalise the aefa cluster. If someone have Remote Cluster informaiton with SSH, put the information in the argument.

Usage

aefaInit(RemoteClusters = getOption("kaefaServers"), debug = F,
  sshKeyPath = NULL, loadPercentage = 50)

Arguments

RemoteClusters

insert google computing engine virtual machine information. If you want to use MPI address, please insert addresses here.

debug

run with debug mode. default is FALSE

sshKeyPath

provide the SSH key path, NA is the placeholder.

loadPercentage

Speicfy the load level when you want to use remote clusters.

Value

nothing to return, just hidden variable to set to run parallelism.

Examples

## Not run: 
# remote cluster with key -- actually used in aefa() function.
aefaInit(RemoteClusters = c('localhost', 's1', 's2'), sshKeyPath = c(NA, '~/pub.pem', NA))


## End(Not run)

seonghobae/kaefa documentation built on May 8, 2022, 3:31 p.m.