ssched

ssched

submit tasks through Platform LSF Session Scheduler

Synopsis

ssched [options] command

ssched [options] -taskstask_definition_file

ssched [options] -taskstask_definition_file command

ssched [-h -V]

Description

Options can be specified on the ssched command line or on a line in a task definition file. If specified on the command line, the option applies to all tasks, whether specified on the command line or in a file. Options specified in a file apply only to the command on that line. Options in the task definition file override the same option specified on the command line.

ssched exit codes

Exit Code Meaning

0All tasks completed normally

1An unspecified error occurred

3All tasks completed, but some tasks have a non-zero exit code

4Error parsing ssched command line parameters or tasks definition file. No tasks were run.

5Exceeded the SSCHED_MAX_TASKS limit

6License expired

Task Definition File Format

The task definition file is an ASCII file. Each line represents one task, or an array of tasks. Each line has the following format:

[task_options] command [arguments]

Options List

Command options

-1 -2 -3 -C

-p

Task options

-E "pre_exec_command [argument ...]" -Ep "post_exec_command [argument ...]" -eerr_file

302Installing and Running Platform LSF Session Scheduler