I've found out the problem, in my case I had set too much higher value on
DefMemperCPU , then when I was requesting 80 cpus for instance, the memory
would not be enough.
It seems to be working fine now, I'm still testing.
Thanks, though.
On Fri, 7 Dec 2018 at 15:04, Jeffrey Frey wrote:
> I r
I ran into this myself. By default Slurm allocates HT's as pairs (associated
with a single core). The only adequate way I figured out to force HT = core is
to make them full-fledged cores in the config:
NodeName=csk007 CPUs=80 Boards=1 SocketsPerBoard=2 CoresPerSocket=40
ThreadsPerCore=1 Rea
Hi Sidiney,
not tested, but shouldn't
SelectTypeParameters = CR_CPU_MEMORY
do the trick?
Best
Marcus
On 12/07/2018 12:12 PM, Sidiney Crescencio wrote:
Hello All,
I'm facing some issues to use the HT on my compute nodes, I'm running
slurm 17.02.7
SelectTypeParameters = CR_CORE_MEMO