Difference between revisions of "Running jobs on our servers"
From Centre for Bioinformatics and Computational Biology
(Created page with "* You cannot run jobs directly on the head node, but you should use the Torque / PBS queue environment to run your jobs. ** If for some reason you need to run a job directly o...") |
|||
Line 1: | Line 1: | ||
* You cannot run jobs directly on the head node, but you should use the Torque / PBS queue environment to run your jobs. | * You cannot run jobs directly on the head node, but you should use the Torque / PBS queue environment to run your jobs. | ||
** If for some reason you need to run a job directly on one of the servers (e.g. a job using a Linux GUI environment, please discuss your needs with our system administrator (johann.swart at up.ac.za). | ** If for some reason you need to run a job directly on one of the servers (e.g. a job using a Linux GUI environment, please discuss your needs with our system administrator (johann.swart at up.ac.za). | ||
+ | * If you need a terminal session on one of the servers (e.g. to compile code, setup jobs, test jobs), you can do this by using the qsub interactive mode: | ||
+ | < |
Revision as of 15:48, 8 March 2018
- You cannot run jobs directly on the head node, but you should use the Torque / PBS queue environment to run your jobs.
- If for some reason you need to run a job directly on one of the servers (e.g. a job using a Linux GUI environment, please discuss your needs with our system administrator (johann.swart at up.ac.za).
- If you need a terminal session on one of the servers (e.g. to compile code, setup jobs, test jobs), you can do this by using the qsub interactive mode:
<