Name
Syntax
Description
jsub takes user's JOBFILE and submits the job to the batch queue and JASMine mass storage system. The JOBFILE has two input formats. One is a plain textfile with directives in the form like:
PROJECT: MyProject
TRACK: MyTrack
JOBNAME: MyJob
The XML input format must be specified with the -xml option (pbs version) and -x or --xml option (Slurm version). Which would look like:
<Request>
<Email email="user@jlab.org" request="false" job="true"/>
<Project name="MyProject"/>
<Track name="MyTrack"/>
<Name name="MyJob"/>
<Command><![CDATA[ /path/to/command ]]></Command>
<Job> </Job>
Usage
For a complete listing of the plain text and XML input directives please see the Batch Job Command File and the following Auger Examples.