Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.22 KB

setup.md

File metadata and controls

29 lines (17 loc) · 1.22 KB

Introduction to GPU Computing

Setup for live workshop

Point your browser to https://bit.ly/36g5YUS

  • Connect to the eduroam wireless network

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

  • Request an account on Adroit.

  • Please SSH to Adroit in the terminal: ssh <YourNetID>@adroit.princeton.edu [click here for help]

  • If you are new to Linux then consider using the MyAdroit web portal: https://myadroit.princeton.edu (VPN required from off-campus)

  • Clone this repo on Adroit:

    $ cd /scratch/network/$USER
    $ git clone https://github.com/PrincetonUniversity/gpu_programming_intro.git
    $ cd gpu_programming_intro
    
  • For the live workshop, to get access to the GPU nodes on Adroit, add this line to your Slurm scripts:

    $ sbatch --reservation=gpuprimer job.slurm

  • Go to the main page of this repo