| Summary: | -mblock:block allocates cores in reverse order | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Brian Christiansen <brian> |
| Component: | Scheduling | Assignee: | Moe Jette <jette> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | brian, da |
| Version: | 14.11.4 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | SchedMD | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 14.11.5 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Brian Christiansen
2015-03-17 08:49:47 MDT
Looking through the patch, its goal appears to be packing resource allocations on the sockets. I'm really not sure why it's packing from highest to lowest rather than the reverse order, as for cyclic. Arguably it would be best to have consistency. Fixing this probably just requires changing the "for" loop arguments in a couple of places. Do you want me to pursue this or did you already work on the code? I haven't done any work on it. Go ahead an work on it. |