LSF Version 7.3 - Platform LSF Command Reference
ssched
302 Installing and Running Platform LSF Session Scheduler
ssched
submit tasks through Platform LSF Session Scheduler
Synopsis
ssched [options] command
ssched [options] -tasks task_definition_file
ssched [options] -tasks task_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
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 ...]"
-e err_file
Exit Code Meaning
0 All tasks completed normally
1 An unspecified error occurred
3 All tasks completed, but some tasks have a non-zero exit code
4 Error parsing ssched command line parameters or tasks definition file. No
tasks were run.
5 Exceeded the SSCHED_MAX_TASKS limit
6 License expired