Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Automatically submitting jobs to the batch system requires that you have created a workflow from your job parameters (covered in last section).

The following commands use the script hps-mc-bsub to submit jobs to LSF (e.g. SLAC environment).

The command hps-mc-jsub should be used instead when submitting at JLab.

To submit all jobs in a workflow, execute a command similar to the following:

Code Block
languagebash
 hps-mc-batchbsub -l $PWD/logs ./tritrig.json

...

Code Block
languagebash
hps-mc-batchbsub -l $PWD/logs ./tritrig.json 1000 2000 [etc.]

...

Code Block
languagebash
hps-mc-batchbsub -l $PWD/logs -r 0:99 ./tritrig.json

...