Azure / Azure/cyclecloud-slurm
use_pcpu=false has incorrect behaviour with HT enabled SKUs
Open
- 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.