Template:FAQs HPCC Batch Jobs

From CSDMS
Revision as of 21:12, 7 January 2011 by Huttone (talk | contribs) (Add some questions and answers about batch processing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. What is a batch request?
    Batch processing on Beach is managed by the Torque in conjunction with the Maui scheduler. Torque batch requests (jobs) are shell scripts that contain the same set of commands that you enter interactively. These requests may also include options for the batch system that provide requests for resources such as CPU time, memory, and processors. For example submission scripts, see the Help section under the Supercomputing section.
  2. How do I submit, check the status, and/or delete a batch job?
    Use qsub to submit, qstat to check the status of your job, and qdel to delete a batch request. For more information, see the online man pages.