Gnu parallel/Batch
From ScientificComputing
You can submit a GNU parallel job in batch mode with the following command:
sbatch [Slurm options] --wrap="parallel [GNU parallel options]"
Here you need to replace [GNU parallel options] with GNU parallel command line options and [Slurm options] with Slurm parameters for the resource requirements of the job. Please find a documentation about the parameters of sbatch on the wiki page about the batch system.