Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 771 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 771 Bytes

Rcpp test

Rcpp test for Stanage HPC at the University of Sheffield.

R HPC documentation

High performance functions with Rcpp in Advanced R by Hadley Wickham.

Installation

Load the R module

module load R

Open the R shell

R

Install dependencies. When asked to create a personal package library, select "yes"

install.packages(c("Rcpp", "RcppParallel"))

Usage

Execute the HPC job using the SLURM batch job submission command sbatch

sbatch job.sh

Log files will be written to *.out files.