Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 973 Bytes

File metadata and controls

21 lines (11 loc) · 973 Bytes

Intro to HPC on the Princeton Clusters

Setup for live workshop

Point your browser to https://bit.ly/32xY4nq

  • If on-campus then connect to the eduroam wireless network

  • If off-campus then install and connect via the GlobalProtect VPN on your laptop (installation directions)

  • Open a terminal (e.g., Terminal, PowerShell, PuTTY) [click here for help]

  • SSH to Adroit in the terminal: ssh <YourNetID>@adroit.princeton.edu

  • Clone this repo to your local machine:

    git clone https://github.com/PrincetonUniversity/hpc_beginning_workshop

  • For the live workshop, to get priority access on Adroit, add this line to your Slurm scripts: #SBATCH -p introhpc

  • Go to the main page of this repo.