https://github.com/cran/snowFT
Revision ab03e055bc15d31cfc1bbb519411c0350a89c13d authored by Hana Sevcikova on 26 May 2017, 05:02:13 UTC, committed by cran-robot on 26 May 2017, 05:02:13 UTC
1 parent 4f09221
Raw File
Tip revision: ab03e055bc15d31cfc1bbb519411c0350a89c13d authored by Hana Sevcikova on 26 May 2017, 05:02:13 UTC
version 1.5-0
Tip revision: ab03e05
NAMESPACE
import(
  parallel, rlecuyer
)
importFrom(
snow, defaultClusterOptions, addClusterOptions, getClusterOption, newSOCKnode, sendCall, recvResult, recvOneData,
	clusterSetupRNGstream, makeMPIcluster, makeSOCKcluster, checkForRemoteErrors, stopNode
)
export(
performParallel,
performSequential,
makeClusterFT,
clusterApplyFT,
clusterCallpart,
clusterEvalQpart,
printClusterInfo,
clusterSetupRNG.FT,
clusterSetupRNGstreamRepli
)
back to top