Skip to the content.

Setup

Log into the HPC cluster’s On Demand interface

[tutln01@login001 ~]$

Storage Space

Home Directory Quota
Disk quotas for user tutln01 (uid 31394):
     Filesystem  blocks   quota   limit   grace   files   quota   limit   grace
hpcstore03:/hpc_home/home
                  1222M   5120M   5120M            2161   4295m   4295m        


Listing quotas for all groups you are a member of
Group: facstaff	Usage: 16819478240KB	Quota: 214748364800KB	Percent Used: 7.00%

NOTE: If you do not have 500M available, you may have space in a project directory for your lab. These are located in /cluster/tufts with names like /cluster/tufts/labname/username/. If you don’t know whether you have project space, please email tts-research@tufts.edu.

Download the data

srun --pty -t 3:00:00 --mem 16G -N 1 --cpus 4 bash

Where:

NOTE: If wait times are very long, you can try a different partitions by adding, e.g. -p preempt or -p interactive before bash. If you go through this workshop in multiple steps, you will have to rerun this step each time you log in.

Working with an Interactive App

Today we will be working with R. We can access R using the RStudio interactive app OnDemand. To do this we will:


Next

Previous