| Summary: | sinfo -N prints multiple lines | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Ole.H.Nielsen <Ole.H.Nielsen> |
| Component: | User Commands | Assignee: | Albert Gil <albert.gil> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 17.11.12 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | DTU Physics | 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: | 18.08.6 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
Hi Ole, You are right, the documentation is not well specified. If a node is in several partitions one line per partition and node is shown. Unless --partition is also specified, then only one line per node on the specified partition will be shown. We are improving the documentation and release it soon. Thanks for reporting it, Albert Hi Ole, I'm closing this bug as documentation has been improved in 12e8f2959212 and will be released soon as part of the 18.08-6. Thanks for reporting it, Albert |
The sinfo manual pages states: -N, --Node Print information in a node-oriented format with one line per node. The default is to print information in a partition-oriented format. This is ignored if the --format option is specified. However, our nodes who are members of multiple partitions are printed with multiple lines per node in stead of the documented one line per node. For example: $ sinfo -N -n d001 NODELIST NODES PARTITION STATE d001 1 xeon8* alloc d001 1 xeon8_48 alloc Request: Could you kindly update the sinfo manual page, or correct the sinfo command to behave as documented? Thanks, Ole