https://github.com/cran/snowFT
Raw File
Tip revision: d4eeecbb960e0fcf6c4501f774cb15ff36fbef9a authored by Hana Sevcikova on 13 April 2010, 00:00:00 UTC
version 1.1-1
Tip revision: d4eeecb
snowFT-internal.Rd
\name{snowFT-internal}
\title{Internal snowFT Objects}
\alias{initStream}
\alias{freeStream}
\alias{resetRNG}
\alias{addClusterOptions}
\alias{recvOneDataFT}
\alias{recvOneDataFT.MPIcluster}
\alias{recvOneDataFT.PVMcluster}
\alias{recvOneResultFT}
\alias{GetNodefromReplic}
\alias{addtoCluster.MPIcluster}
\alias{addtoCluster.PVMcluster}
\alias{checkSprngNode} 
\alias{checkSPRNG}
\alias{clusterCheckSPRNG} 
\alias{combinecl} 
\alias{getNodeID}
\alias{getNodeID.MPInode}
\alias{getNodeID.PVMnode}
\alias{getNodeID.SOCKnode}
\alias{initRNGstreamNodeRepli}
\alias{performSequential} 
\alias{processStatus.MPInode} 
\alias{processStatus.PVMnode}
\alias{processStatus.SOCKnode}
\alias{removecl}
\alias{removefromCluster.MPIcluster}
\alias{removefromCluster.PVMcluster}
\alias{repairCluster.PVMcluster} 
\alias{updatecl}
\alias{writetomngtfile}
\usage{
\method{getNodeID}{SOCKnode}(node)
\method{processStatus}{SOCKnode}(node)

\method{addtoCluster}{PVMcluster}(cl, spec, ..., options = defaultClusterOptions)
\method{getNodeID}{PVMnode}(node)
\method{processStatus}{PVMnode}(node)
\method{removefromCluster}{PVMcluster}(cl, nodes)
\method{repairCluster}{PVMcluster}(cl, nodes, ..., options = defaultClusterOptions)

\method{addtoCluster}{MPIcluster}(cl, spec, ..., options = defaultClusterOptions)
\method{getNodeID}{MPInode}(node)
\method{processStatus}{MPInode}(node)
\method{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)
\method{recvOneDataFT}{MPIcluster}(cl, type='b',time=0)
\method{recvOneDataFT}{PVMcluster}(cl, type='b',time=0)

GetNodefromReplic(cl,replic)
combinecl(oldcl, add)
removecl(oldcl, reps)
updatecl(cl, compcl)
writetomngtfile(cl, file)
}
\description{
  Internal functions for the snowFT package.
}
\details{
  These are not to be called by the user.
}
\keyword{internal}
back to top