Skip to content
Advertisement

Tag: jobs

Slurm job arrays don’t work when used in argparse

I am trying to run multiple things at once (i.e. in a parallel manner) with different values of the variable –start_num. I have designed the following bash script, Then, I ran sbatch –exclude master array_bash_2, but it doesn’t work. I have tried searching many sites and have tried multiple things, but still the error FINAL_ARGPARSE_RUN.py: error: argument –start_num: expected one

Advertisement