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.

qsh

qsh is a scheduler command that requests an interactive X-windows session on a worker node. The resulting terminal is not user-friendly and we recommend that you use our qrshx command instead.

Examples

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

[te1st@sharc-login1 ~]$ qsh

Request an interactive X-Windows session that provides 10 Gigabytes of real memory

[te1st@sharc-login1 ~]$ qsh -l rmem=10G

Request an interactive X-Windows session that provides 10 Gigabytes of real memory and 4 CPU cores

[te1st@sharc-login1 ~]$ qsh -l rmem=10G  -pe openmp 4