Using and Administering

llsubmit - Submit a Job

Purpose

Submits a job to LoadLeveler to be dispatched based upon job requirements in the job command file.

You can submit both LoadLeveler jobs and NQS jobs. To submit NQS jobs, the job command file must contain the shell script to be submitted to the NQS node.

Syntax

llsubmit [-?] [-H] [-v] [-q] [cmdfile | - ]

Flags

-?
Provides a short usage message.

-H
Provides extended help information.

-v
Outputs the name of the command, release number, service level, service level date, and operating system used to build the command.

-q
Specifies quiet mode: print no messages other than error messages.

cmdfile
Is the name of the job command file containing LoadLeveler commands.

-
Specifies that LoadLeveler commands that would normally be in the job command file are read from stdin. When entry is complete, press Ctrl-D to end the input.

Related Information

Examples

In this example, a job command file named qtrlyrun.cmd is submitted:

llsubmit qtrlyrun.cmd

Results

The following shows the results of the llsubmit qtrlyrun.cmd command issued from the machine earth:

llsubmit: The job "earth.505" has been submitted.

Note that 505 is the job ID generated by LoadLeveler.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]