SPRINT (Simple Parallel R INTerface) is a parallel
framework for R. It provides a High Performance Computing (HPC)
harness which allow R scripts to run on HPC clusters. SPRINT
contains a library of selected R functions that have been
parallelized. Functions are named after the original R function
with the added prefix 'p', i.e. the parallel version of cor()
in SPRINT is called pcor(). Call to the parallel R functions
are included directly in standard R scripts.
| Version: |
1.0.4 |
| Depends: |
R (≥ 2.9.2), rlecuyer |
| Imports: |
boot, ShortRead, e1071 |
| Suggests: |
ff (≥ 2.1-1), randomForest, RankProd, cluster, multtest, IRanges, RUnit, Matrix, SparseM, slam |
| Published: |
2012-12-13 |
| Author: |
University of Edinburgh SPRINT Team |
| Maintainer: |
Eilidh Troup <e.troup at epcc.ed.ac.uk> |
| Contact: |
University of Edinburgh SPRINT Team <sprint@ed.ac.uk> |
| License: |
GPL (≥ 3) (see file LICENCE) |
| URL: |
http://www.r-sprint.org |
| NeedsCompilation: |
yes |
| SystemRequirements: |
MPI2, Unix |
| Citation: |
sprint citation info |
| In views: |
HighPerformanceComputing |
| CRAN checks: |
sprint results |