This tutorial works through the steps for porting a workflow from a desktop computer to the NC State High-Performance Computing (HPC) cluster, called Hazel. You will be guided through the various steps using the current website documentation.
Here is a link the Basic HPC Workshop in video format.
You are developing R code with a faculty advisor. The calculation is getting so big that it ties up your desktop computer for days and sometimes crashes. Your advisor creates an HPC project and adds you to the project. You log in to Hazel and transfer your code from a desktop machine to Hazel. You run your R code using the batch scheduler. After making some changes to the code, you find that you need to do some interactive debugging. Many R functions can be run in parallel, so you take a break from R to learn the different types of parallel processing and how to submit those types of jobs. Next, you request a permanent place on Hazel to store your growing repository of R scripts - now shared with your research group - as well as mass storage space for simulation inputs and temporary outputs. Finally, you want to visualize the output in real time through a graphical user interface (GUI), so you request access to the HPC-VCL in order to visualize R output with GUI applications
This HPC tutorial has no prerequisites. You will receive instructions on all steps, such as gaining access to Hazel and downloading necessary software. Each step in the tutorial does require that you have successfully completed the previous steps. Source code will be provided; you do not need to know R or any other programming language.