Skip to content

uschpc/workshop-r-hpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPC with R

Workshop materials for HPC with R.

An overview of HPC methods in R programming. Topics include profiling and benchmarking, vectorizing code, memory use, data I/O, and parallel programming. Assumes basic proficiency in R programming.

Slides: https://uschpc.github.io/workshop-r-hpc/

Learning objectives:

  • Explain basic HPC concepts
  • Profile and benchmark R code
  • Develop parallel R code
  • Identify HPC-oriented R packages
  • Use R on CARC HPC clusters

Example job scripts:

Additional resources

Web books: