Azure / cyclecloud-slurm

Azure CycleCloud project to enable users to create, configure, and use Slurm HPC clusters.
MIT License
58 stars 43 forks source link

Confusing PCPU vs VCPU behavior #54

Closed ryanhamel closed 3 years ago

ryanhamel commented 3 years ago

1) We need to make this project's use of physical vs virtual cores and how those are represented configurable.

2) CoresPerSocket does not seem to be calculated correctly. Here is a 32 vcpu, 16 pcpu VM but does not use 2 for the CoresPerSocket Nodename=htc-[1-4] Feature=cloud STATE=CLOUD CPUs=16 CoresPerSocket=1 RealMemory=124518

davestacionis commented 3 years ago

See issue 50 also. These topics are essentially the same. Perhaps you want to merge them.