I am trying to execute a process using 6000 samples as input, so I am trying to use job arrays in order to do so. My main problem is that those jobs allocate in every node my machine has available, and I would like to restrain the number of nodes this entire process uses so I can keep using my machine for other tasks.
When setting the SBATCH parameters, the chosen value for the -N and --ntasks parameters was 1 for both.
Thanks in advance!