-
Notifications
You must be signed in to change notification settings - Fork 1
HPC tricks and tips
Ursula Tooley edited this page Jan 30, 2020
·
1 revision
Show all jobs current on the cluster or queue:
qstat -u '*'
Show info about hosts (CPU, memory, etc):
qhost
qstat -j myjobnumber
Use a Mosh terminal instead!
Install it locally with conda install -c conda-forge mosh
And use mosh [email protected]
instead of ssh [email protected]
to get to the cluster.
A warning, mosh
does not support X11 applications, so you can't open any GUIs from the command line.