Azure / Azure/cyclecloud-slurm

use_pcpu=false has incorrect behaviour with HT enabled SKUs

Open
#446 1 comment 0 reactions 1 assignee Claimed by @ryanhamel View on GitHub
Dominant language
Python
Stars
84
Forks
56
Avg merge
3d 17h
Merged PRs (30d)
1

Description

The reported CPUs to slurm is the physical count, while also setting the ThreadsPerCore to 2. This effectively cuts the physical core count in half. Instead, the CPUs must always be set to the virtual count, and the ThreadsPerCore must only be 2 when use_pcpu=true. Note - Default memory per CPU must still behave correctly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.