llsubmit



 llsubmit()                                             llsubmit()



 NAME
      llsubmit - submits a batch job to LoadLeveler for execution.

 SYNOPSIS
      llsubmit [-H] [-] [-q] command_file

 DESCRIPTION
      llsubmit allows you to submit a job to the LoadLeveler
      central manager.  Using the keywords in the job command
      file, the central manager selects the appropriate machine in
      the cluster to run the job.


      -H
      Prints a short usage message.

      -q
      Quiet mode.  Informational messages do not display.  Error
      messages do display.

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

      -
      Requests that llsubmit read the command file from stdin.
      When entry is complete, press Ctrl -D to end the input.

      command_file
      Name of job command file containing the LoadLeveler
      commands.

      A job command file contains LoadLeveler commands that
      describe the job to run.  You can use a single job command
      file to describe one job. It may also describe multiple jobs
      referred to as a "job cluster". These jobs must all have the
      same executable, but they can have different arguments and
      different input and output files.

      The job command file takes the form of a shell script and
      the job commands are written in shell comments.  That is,
      each job command is preceded by "#@".  The # identifies the
      line as a comment and the @ identifies the comment as a
      LoadLeveler command.



 COPYRIGHT INFORMATION
      * (C) COPYRIGHT International Business Machines Corp. 1992
      * All Rights Reserved
      * Licensed Materials - Property of IBM
      *
      * US Government Users Restricted Rights - Use, duplication
      * or disclosure restricted by GSA ADP Schedule Contract with
      * IBM Corp.