To submit jobs to a cluster through slurm, I can specify how many CPUs I want for a job with #SBATCH --ntasks-per-node={cpus}. However, this will send the job t
#SBATCH --ntasks-per-node={cpus}