Monitoring jobs

You can check the status of all your jobs using the command

$ qstat -u $USER

Also, if you want to check the demand on the queues you can use

$ qstat -g c

to see a table of node availability.

Jobs can be cancelled using

$ qdel <job_id>

For further information on the ARC4 docs, see Monitoring jobs on ARC4.