Page tree

Versions Compared

Key

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

...

The set of conditions under which email about the job is sent. It may be any combination of "a" for when the job is aborted by batch system, "b" for when the job begins execution, and "e" for when the job ends execution. Alternatively, "n" for under no circumstances.

-W depend=beforeok:<jobid1

...

:jobid2>

The list of jobs may begin execution once this job terminated without errors. We recommended to define job dependencies using "beforeok" rather than "afterok", as the latter may lead to corner cases such as the prerequisites finishing before the dependent job is submitted.

...