snowFT-internal: Internal snowFT Objects

snowFT-internalR Documentation

Internal snowFT Objects

Description

Internal functions for the snowFT package.

Usage

## S3 method for class 'SOCKnode'
getNodeID(node)
## S3 method for class 'SOCKnode'
processStatus(node)


## S3 method for class 'SOCKcluster'
addtoCluster(cl, spec, ..., options = defaultClusterOptions)
## S3 method for class 'MPIcluster'
addtoCluster(cl, spec, ..., options = defaultClusterOptions)

## S3 method for class 'MPInode'
getNodeID(node)



initStream(type="RNGstream", name, ...)
freeStream(type="RNGstream", oldrng)
resetRNG(cl, nodes, repl, gentype="RNGstream",seed=rep(123456,6))


initRNGstreamNodeRepli(seed, n)

## S3 method for class 'MPIcluster'
recvOneDataFT(cl, type='b', time=0)

## S3 method for class 'SOCKcluster'
recvOneDataFT(cl, type='b', time=0)

GetNodefromReplic(cl,replic)
combinecl(oldcl, add)
removecl(oldcl, reps)
updatecl(cl, compcl)
writetomngtfile(cl, file)

Details

These are not to be called by the user.


snowFT documentation built on Sept. 21, 2023, 9:07 a.m.