File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ outputDir=""
1818numThreads=8
1919singleTimeline=" "
2020declare -A modes
21- for key in list build skip-mya focus-timelines focus-qa run-slurm after -slurm submit debug help ; do
21+ for key in list build skip-mya focus-timelines focus-qa run-slurm submit -slurm after-slurm debug help ; do
2222 modes[$key ]=false
2323done
2424
@@ -69,8 +69,8 @@ usage() {
6969 *** EXECUTION CONTROL OPTIONS: choose only one, or the default will generate a
7070 Slurm job description and print out the suggested \` sbatch\` command
7171
72- --submit submit the slurm jobs, rather than just
73- printing the \` sbatch\` command
72+ --submit-slurm submit the slurm jobs, rather than just
73+ printing the \` sbatch\` command
7474
7575 --debug enable debug mode: run a single timeline with stderr and stdout printed to screen;
7676 it is best to use this with the '-t' option to debug specific timeline issues
364364 echo " " "
365365 $sep
366366 " " "
367- if ${modes['submit']} ; then
367+ if ${modes['submit-slurm ']} ; then
368368 echo " SUBMITTING JOBS TO SLURM"
369369 echo $sep
370370 for exe in ${exelist[@]} ; do sbatch $exe ; done
You can’t perform that action at this time.
0 commit comments