qsub: An Overview - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

The qsub utility allows you to submit jobs for batch processing. The qsub utility accepts as arguments a shell script to be executed, a list of environment variables, a list of files to copy before and after executing the job, and various options controlling job execution.

If the job submission is successful, the qsub will return a unique job identification string, or job ID. The job ID may be used to perform further operations on that job. If the job submission is unsuccessful, qsub returns an error message indicating the problem.

Synopsis

qsub [flags...] ["script-file[<TAB>script-args]"]

Qsub Interface