HPC Grid Tutorial: How to Run R

Follow these steps to run R on the Grid.

1. Log in to the Grid.

2. Submit an interactive job: srun -q primary --mem 5G -t 10:00:00 --pty bash

Image

3. Type: module load r/3.2.3

Image

4. Type: R

Image

You are now running R.