Rev 56647 | Rev 57190 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## Namespace for package 'parallel'useDynLib("parallel", .registration = TRUE, .fixes = "C_")export(nextRNGStream, nextRNGSubStream, clusterSetRNGStream, detectCores)if(tools:::.OStype() == "unix") {export(mccollect, mclapply, mcparallel, pvec, mc.reset.stream)## multicore interface, used in Modalclust, cMonkey, ddepn, multiPIMexport(parallel, collect)## unclear if we should export these.export(children, mcexit, mcfork, mckill, readChild, readChildren,selectChildren, sendChildStdin, sendMaster)}export(clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,clusterExport, clusterMap, clusterSplit, makeCluster,makePSOCKcluster, parApply, parCapply, parLapply, parRapply,parSapply, stopCluster)export(makeForkCluster)S3method(print, SOCKcluster)S3method(print, SOCKnode)S3method("[", cluster)S3method(closeNode, SOCKnode)S3method(closeNode, default)S3method(recvData, SOCKnode)S3method(recvOneData, SOCKcluster)S3method(sendData, SOCKnode)S3method(stopCluster, default)## To support snow clustersS3method(closeNode, NWSnode)S3method(recvData, MPInode)S3method(recvData, NWSnode)S3method(recvData, PVMnode)S3method(recvOneData, MPIcluster)S3method(recvOneData, NWScluster)S3method(recvOneData, PVMcluster)S3method(sendData, MPInode)S3method(sendData, NWSnode)S3method(sendData, PVMnode)S3method(stopCluster, MPIcluster)S3method(stopCluster, NWScluster)S3method(stopCluster, spawnedMPIcluster)