This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtouseslurm_004 [2020/12/17 11:08] – tmatejuk | howtouseslurm_004 [2023/08/01 01:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Using dependencies in Slurm** | ||
+ | |||
+ | Slurm has a fairly robust set of dependencies you can use. These are set when you submit the job and can be used for setting up pipelines. | ||
+ | |||
+ | To use dependencies, | ||
+ | < | ||
+ | -d, --dependency=< | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
You may want to run a set of jobs sequentially, | You may want to run a set of jobs sequentially, | ||
Line 23: | Line 34: | ||
</ | </ | ||
+ | ---- | ||
Making a job depend on the completion of several other jobs: example below : | Making a job depend on the completion of several other jobs: example below : | ||
Line 41: | Line 53: | ||
203 job3.batch | 203 job3.batch | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
- | *) see more at [[https:// | + | *) [[https:// |
+ | *) [[http:// | ||