The ssbatch command-line utility makes it easy to use a SLURM-powered computer cluster to run a command with different sets of parameters and/or values for these parameters. No need to write your own sbatch
submission scripts; ssbatch will do it for you.
ssbatch offers a simple tag system to describe the values a parameter should take. You can set a single value, a list of values (including list of files), or a range. ssbatch will then iterate through all the resulting sets of parameters and submit them to SLURM as a job array.
Here are some examples: