GetStartedClusterPIDData: Obtain ALL PID and startup information for a cluster

Description Usage Arguments Value Examples

View source: R/Powershellfunctions.r

Description

Obtain ALL PID and startup information for a cluster

Usage

1

Arguments

cluster

a cluster made by e.g. parallell:makecluster

Value

data.table with information about role and status of PID in a parallel cluster

Examples

1
2
3
4
5
6
## Not run: 
cl <- parallel::makePSOCKcluster(names = 2)
doParallel::registerDoParallel(cl)
GetStartedClusterPIDData(cl)

## End(Not run)

GreenGrassBlueOcean/RClusterWatcher documentation built on Dec. 17, 2021, 10:22 p.m.