The R Project SVN R

Rev

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

Rev 63802 Rev 73712
Line 7... Line 7...
7
    export(mccollect, mcparallel, mc.reset.stream, mcaffinity)
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
       getDefaultCluster,
12
       makeCluster, makeForkCluster, makePSOCKcluster, mcMap,
13
       makeCluster, makeForkCluster, makePSOCKcluster, mcMap,
13
       mclapply, mcmapply, parApply, parCapply, parLapply,
14
       mclapply, mcmapply, parApply, parCapply, parLapply,
14
       parLapplyLB, parRapply, parSapply, parSapplyLB, pvec,
15
       parLapplyLB, parRapply, parSapply, parSapplyLB, pvec,
15
       setDefaultCluster, splitIndices, stopCluster)
16
       setDefaultCluster, splitIndices, stopCluster)
16
 
17