Notes on Torque

From csml-wiki.northwestern.edu
Revision as of 13:09, 20 May 2014 by Bernie (talk | contribs) (→‎Torque Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

General usage

Special usage notes

To change, e.g., the total cpu time allotted to a given job, one can use

 qalter -l cput=[new_cput] [job_id]

where [new_cput] is the desired amount of cpu time and [job_id] is the job's ID number. Multiple jobs can be changed simultaneously by using `seq [min_job_id] [max_job_id]` in the place of job_id. This will change all jobs [min_job_id] through [max_job_id]. Note that only root can increase cput with this method.