This tutorial guides you through the steps to confirm that you can successfully access the HPC resources available for this course. If you encounter any issues logging into greene
or burst
, please contact the course staff immediately.
ssh <NetID>@gw.hpc.nyu.edu # When prompted, enter the password associated with your NYU NetID.
ssh <NetID>@greene.hpc.nyu.edu
[<NetID>@log-3 ~]$
.greene
node, execute the following command:
ssh burst
[<NetID>@log-burst ~]$
.
srun --account=ds_ga_1011-2023fa --partition=interactive --time=04:00:00 --pty /bin/bash
# It may take a few minutes so please be patient :)
bash-4.4$
.exit
.
srun --account=ds_ga_1011-2023fa --partition=n1s8-v100-1 --gres=gpu:v100:1 --time=04:00:00 --pty /bin/bash
# It may take a few minutes so please be patient :)
Feel free to reach out to the course staff for any further questions or clarifications.