Attention

WARNING: From 9am on 19th August until 5pm on 2nd September there will be no access to the Stanage HPC cluster.

We will send an email to notify you when Stanage is back online and available for job submission.

qrsh

qrsh is a scheduler command that requests an interactive session on a worker node. The resulting session will not support graphical applications. You will usually run this command from the head node.

Examples

Request an interactive session that provides the default amount of memory resources

$ qrsh

Request an interactive session that provides 10 Gigabytes of real memory

$ qrsh -l rmem=10G