Internal functions for the snowFT package.
# S3 method for SOCKnode
getNodeID(node)
# S3 method for SOCKnode
processStatus(node)
# S3 method for SOCKcluster
addtoCluster(cl, spec, ..., options = defaultClusterOptions)
# S3 method for MPIcluster
addtoCluster(cl, spec, ..., options = defaultClusterOptions)
# S3 method for 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 MPIcluster
recvOneDataFT(cl, type='b', time=0)
# S3 method for SOCKcluster
recvOneDataFT(cl, type='b', time=0)
GetNodefromReplic(cl,replic)
combinecl(oldcl, add)
removecl(oldcl, reps)
updatecl(cl, compcl)
writetomngtfile(cl, file)
These are not to be called by the user.