| Summary: | CPU affinity is wrong for Intel GPU with oneapi plugin | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | huanxing <huanxing.shen> |
| Component: | GPU | Assignee: | Marcin Stolarek <cinek> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 2 - High Impact | ||
| Priority: | --- | CC: | cinek |
| Version: | 22.05.8 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Intel CRT | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | NoveTech Sites: | --- |
| Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Tzag Elita Sites: | --- |
| Linux Distro: | --- | Machine Name: | |
| CLE Version: | Version Fixed: | 23.02.2 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
huanxing
2023-04-18 23:24:41 MDT
commit 2d8014d976404e453bc127d362cffe5c2e73289d Author: Marcin Stolarek <cinek@schedmd.com> AuthorDate: Wed Apr 19 10:28:58 2023 +0000 gpu_oneapi - Fix CPU range parsing A regression from ceae922dc3 caused the string to be truncated by one character. Rather than correcting the strlcpy() math, just pivot to using atoi() directly on the existing strings. Bug 16547 The reported issue is fixed by the mentioned commit. It will be part of Slurm 23.02.2 release. cheers, Marcin |