- ssh into your sc.stanford.edu account.
ssh -XYC <cs-id>@sc.stanford.edu- Enter an arm interactive node. Below is an example of how you can do it with 10 cores, x11 forwarding, 1 gpu, and ~80GB ram.
ssrun --account=arm --partition=arm-interactive --nodelist=arm1 -c 10 --mem-per-cpu=8192 --gres=gpu:1 --x11 --pty --time=12:00:00 bash