The R Project SVN R

Rev

Rev 59053 | Rev 73712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59053 Rev 59189
Line 2... Line 2...
2
useDynLib("parallel", .registration = TRUE, .fixes = "C_")
2
useDynLib("parallel", .registration = TRUE, .fixes = "C_")
3
 
3
 
4
export(nextRNGStream, nextRNGSubStream, clusterSetRNGStream)
4
export(nextRNGStream, nextRNGSubStream, clusterSetRNGStream)
5
 
5
 
6
if(tools:::.OStype() == "unix") {
6
if(tools:::.OStype() == "unix") {
7
    export(mccollect, mcparallel, mc.reset.stream)
7
    export(mccollect, mcparallel, mc.reset.stream, mcaffinity)
8
}
8
}
9
 
9
 
10
export(clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
10
export(clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
11
       clusterExport, clusterMap, clusterSplit, detectCores,
11
       clusterExport, clusterMap, clusterSplit, detectCores,
12
       makeCluster, makeForkCluster, makePSOCKcluster, mclapply,
12
       makeCluster, makeForkCluster, makePSOCKcluster, mclapply,