I'm new to slurm and trying to figure out a way on how to run a job on specific CPUs of different Nodes. For example, I want my job to run on CPU0, CPU1 of Node a and CPU0,CPU2,CPU4,CPU6 of another Nodeb. How can I specify such requirements? Thanks in Advance for any help.
Cpu-per-task and other similar constraint doesn't seem to fulfil the requirement