Connecting to Compute
Slurm jobs that are in the state RUNNING may be accessed using any of these methods.
Identify allocated node
Users may use this command to query from the scheduler for the node associated to your job.
squeue --me -O jobid,nodelist --state=R
Connect from an Agate login node
# <node name> - name of the compute node e.g., acn01
[userA@ahl01 ~ ]$ ssh <node name>
Tip
If your session was created with X11 support, remember to include the -Y flag in the ssh command.
Connect from Open OnDemand
From your browser visit the following page after updating the desired host.
# <node name> - name of the compute node e.g, acn01
https://ondemand.msi.umn.edu/pun/sys/shell/ssh/<node name>.agate.msi.umn.edu
Connect from Visual Studio Code (vscode)
This method requires some set up of your local ssh configuration so we advise users to follow the guide on setting up SSH Keys.