This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
submitting_many_jobs [2021/01/28 11:57] root |
submitting_many_jobs [2021/02/20 09:51] (current) root |
||
---|---|---|---|
Line 39: | Line 39: | ||
< | < | ||
- | sbatch -n 2 run_multi_job_o | + | sbatch -n 2 run_multi_job_%t |
</ | </ | ||
Line 56: | Line 56: | ||
< | < | ||
- | sbatch --J oneatatime -dependency=singleton my_script.bash | + | for i in $(seq 1 10); do |
+ | sbatch --job-name | ||
+ | done | ||
</ | </ | ||