| Summary: | Build failure in task_cgroup_cpuset.c against older hwloc | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | sgblanch+smd |
| Component: | Other | Assignee: | David Bigagli <david> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 6 - No support contract | ||
| Priority: | --- | CC: | da |
| Version: | 14.03.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | -Other- | 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.03.1 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | Define hwloc_const_bitmap_t as typdef hwloc_const_cpuset_t | ||
Fixed for version 14.03.1. Thanks for the patch! https://github.com/SchedMD/slurm/commit/31028ebfdbc4e3e23c02a4d6b191923ea504c0ca |
Created attachment 721 [details] Define hwloc_const_bitmap_t as typdef hwloc_const_cpuset_t Build fails in task_cgroup_cpuset.c when using an older hwloc (v1.0.2) due to missing definition of hwloc_const_bitmap_t. The attached patch worked for me.