Submit a job using a JSDL file

Procedure

To submit a job using a JSDL file, use one of the following bsub command options:
  1. To submit a job that uses elements included in the LSF extension, use the -jsdl option.
  2. To submit a job that uses only standard JSDL elements and POSIX extensions, use the -jsdl_strict option. Error messages indicate invalid elements, including:
    • Elements that are not part of the JSDL specification
    • Valid JSDL elements that are not supported in this version of LSF
    • Elements that are not part of the JSDL standard and POSIX extension schema

Results

If you specify duplicate or conflicting job submission parameters, LSF resolves the conflict by applying the following rules:
  • The parameters specified in the command line override all other parameters.
  • A job script or user input for an interactive job overrides parameters specified in the JSDL file.