| Summary: | array_task_id defined as uint16_t not uint32_t in src/srun/libsrun/fname.c | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Chris Samuel <samuel> |
| Component: | Other | Assignee: | David Bigagli <david> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | brian, da, jacob |
| Version: | 15.08.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | VLSCI | 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.3 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Chris Samuel
2015-01-05 13:04:03 MST
Hi,
the uint16_t value in libbsrun.c is indeed a bug. We have fixed in it in 14.11.3, commit 8d67b0323.
The protocol operation are correct as the library has to handle different
Slurm versions, in this case it is packing the array_task_id to a 2.6 version
which uses 16 bit for that variable.
Thanks,
David
Thanks David! |