Skip to content

rcgsheffield/Rcpp-Stanage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.