Submitting a Batch Job - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

A batch job can be submitted using the command line, Batch Manager, or at the API level. As long as the user is allowed to submit jobs to the queue (either the default queue, or a queue of the submitter's choosing), the user may submit the job.

Batch Manager Method 1. Using the Submit Command

  1. Select Job > Submit, or click Submit Job Job Submit on the toolbar.

  2. Complete the Job Submit dialog as appropriate.

  3. Click OK to submit the job.

Batch Manager Method 2. Submitting a Named Job

Batch Manager provides several methods for accessing and submitting a named job:

  • Select the named job file (.NJOB extension), drag it into the Batch Manager window, and drop it. The Submit Job dialog displays with information specified for the named job.

  • Select Job > Submit, or click Submit Job Job Submit. Click Open to browse for the named job.

  • Start Batch Manager from the command line with the name of a named job file by keying in batchmgr myjob.NJOB, where myjob is the name of the job file, or double-clicking on the job file in Windows Explorer. Note that you cannot use this method if Batch Manager is already running.

  • You can also drag a script file into the Batch Manager window to display the Job Submit dialog with the file name field completed. If the script file is dropped into a queue view, the queue name field will also be completed.

See Saving and Restoring Named Batch Jobs for more information.

Using the command line:

Use the qsub command.

Using the Batch API:

Use the QueueBatchJob function.