LSF Version 7.3 - Administering Platform LSF

Administering Platform LSF 529
Submitting Jobs Using JSDL
URI -f Specifies the location
used to stage in
(Source) or stage out
(Target) a file. For use
with LSF, the URI must
be a file path only,
without a protocol.
Target N/A Contains the location
of the file or directory
on the remote system.
In LSF, the file location
is specified by the URI
element. The file is
staged out after the
job is executed.
<jsdl:DataStaging><jsdl:Source>
<jsdl:URI>//input/myjobs/control.txt
</jsdl:URI></jsdl:Source>
<jsdl:Target><jsdl:URI>
//output/myjobs/control.txt
</jsdl:URI></jsdl:Target>
...</jsdl:DataStaging>
POSIX Extension Elements
Executable N/A String that specifies
the command to
execute.
<jsdl-posix:Executable>myscript
</jsdl-posix:Executable>
Argument N/A Constrained
normalized string that
specifies an argument
for the application or
command.
<jsdl-posix:Argument>10
</jsdl-posix:Argument>
Input -I String that specifies
the Standard Input for
the command.
...<jsdl-posix:Input>input.txt
</jsdl-posix:Input>...
Output -o String that specifies
the Standard Output
for the command.
...<jsdl-posix:Output>output.txt
</jsdl-posix:Output>...
Error -e String that specifies
the Standard Error for
the command.
...<jsdl-posix:Error>error.txt
</jsdl-posix:Error>...
WorkingDirectory N/A String that specifies
the starting directory
required for job
execution. If no
directory is specified,
LSF sets the starting
directory on the
execution host to the
current working
directory on the
submission host. If
the current working
directory is not
accessible on the
execution host, LSF
runs the job in the
/tmp directory on the
execution host.
...<jsdl-posix:WorkingDirectory>
/home</jsdl-posix:WorkingDirectory>
...
Element bsub
Option
Description Example