snowFT-internal {snowFT} | R Documentation |
Internal functions for the snowFT package.
getNodeID.SOCKnode(node) processStatus.SOCKnode(node) addtoCluster.PVMcluster(cl, spec, ..., options = defaultClusterOptions) getNodeID.PVMnode(node) processStatus.PVMnode(node) removefromCluster.PVMcluster(cl, nodes) repairCluster.PVMcluster(cl, nodes, ..., options = defaultClusterOptions) addtoCluster.MPIcluster(cl, spec, ..., options = defaultClusterOptions) getNodeID.MPInode(node) processStatus.MPInode(node) removefromCluster.MPIcluster(cl, nodes) initStream(type="RNGstream", name, ...) freeStream(type="RNGstream", oldrng) resetRNG(cl, nodes, repl, gentype="RNGstream",seed=rep(123456,6)) checkSprngNode() clusterCheckSPRNG(cl, prngkind = "default", ...) initRNGstreamNodeRepli(seed, n) recvOneDataFT(cl, type, time) recvOneResultFT(cl, type='b',time=0) recvOneDataFT.MPIcluster(cl, type='b',time=0) recvOneDataFT.PVMcluster(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.