Hi Alper,
Maybe this is relevant to you:
*Can Slurm emulate nodes with more resources than physically exist on the
node?*
Yes. In the slurm.conf file, configure *SlurmdParameters=config_overrides*
and specify any desired node resource specifications (*CPUs*, *Sockets*,
*CoresPerSocket*, *ThreadsP
My goal is to set up a single server `slurm` cluster (only using a single
computer) that can run multiple jobs in parallel.
In my node `nproc` returns 4 so I believe I can run 4 jobs in parallel if
they use a single core. In order to do it I run the controller and the
worker daemon on the same nod