How to use your assigned job queue or compute nodes

If you have purchased equipment and had it installed in Shamu you have the ability to dedicate individual compute nodes for your own use. In order to access them there are two ways, interactive session with qlogin or add your queue to your job submit file.

Using qlogin

First load the "sge" module
[abc123@login-0-0 abc123]$ module load sge

To access your nodes with qlogin, use this command where "x" is your assigned node

[abc123@login-0-0 abc123]$ qlogin -l h=compute00x

If you have a dedicated queue for your compute nodes, instead of specifying the compute node, use your queue like so

[abc123@login-0-0 abc123]$ qlogin -q your_queue.q

Using qsub

First load the "sge" module
[abc123@login-0-0 abc123]$ module load sge

If you are using a job submit file, add this line to your job submit file where "xxx" is the name of your queue
  • #$ -q xxx.q
-- AdminUser - 22 Jun 2016

This topic: Main > WebHome > RunningJobs > UsingYourAssignedJobQueueOrComputeNodes
Topic revision: 18 Aug 2016, AdminUser
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback