Hi, I'm evaluating implementation of slurm and found an issues using it with CR_Cores type.
What I'm are trying to achieve is assignment of cores per job (non-mpi) so we did this change in order to make Cores a consumable resource. And used #SBATCH -cores-per-socket=1 in batch jobs. Adding the following lines in slurm.conf causing the hardware detection mechanism to fail: SelectType=select/cons_res SelectTypeParameters=CR_Core And then I need to enter the resources manually I.E: NodeName=node[001,002] Procs=24 Sockets=2 CoresPerSocket=6 ThreadsPerCore=2 RealMemory=96865 TmpDisk=1922 Without adding it manually I see , single cpu, single socket, single thread and single core in each node. Thanks, Tal Hazan
