Connecting to the M3 HPC cluster

We will use M3 “Strudel” Remote Desktops (docs) today, so everyone gets their own GPU on a compute node. We will run everything on that compute node, rather than submitting additional jobs to the SLURM queue.

Once you have the VS Code session running, click on the ‘two bits of paper’ icon in the sidebar, click Open Folder, and enter /scratch2/pd27/.

You can open a new Terminal with Ctrl+Shift+` (backtick), or find “Terminal -> New Terminal” in the hamburger menu.

Now let’s create your user directory where you’ll work today. In the Terminal, run:

mkdir -p /scratch2/pd27/users/${USER}
cd /scratch2/pd27/users/${USER}

Install these VS Code extensions (the ‘four squares’ icon in the sidebar, or press Ctrl+Shift+X):

Suggested vscode extensions