| Summary: | --ntasks-per-node incorrectly displayed in verbose | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Nate Rini <nate> |
| Component: | User Commands | Assignee: | Marcin Stolarek <cinek> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | cinek |
| Version: | 19.05.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.schedmd.com/show_bug.cgi?id=8251 | ||
| Site: | Jülich | 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: | 20.11.0pre1 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
The behavior is now changed[1], when ntasks-per-node is reset it's not displayed in -v : # srun -v -N1 -n2 --ntasks-per-node=4 hostname |& head srun: defined options srun: -------------------- -------------------- srun: nodes : 1 srun: ntasks : 2 srun: verbose : 1 srun: -------------------- -------------------- cheers, Marcin [1]https://github.com/SchedMD/slurm/commit/90ab9444d862501cd6a79d24315e6d68a23acae4 |
> $ srun -vvv -N 1 -n2 --ntasks-per-node=4 hostname > srun: defined options > srun: -------------------- -------------------- > srun: nodes : 1 > srun: ntasks : 2 > srun: ntasks-per-node : -2 > srun: verbose : 3 > srun: -------------------- -------------------- > '--ntasks-per-node=4' -> 'ntasks-per-node: -2'