Bug 6144 - Fix squeue handling of format flag %b
Summary: Fix squeue handling of format flag %b
Status: RESOLVED DUPLICATE of bug 6120
Alias: None
Product: Slurm
Classification: Unclassified
Component: User Commands (show other bugs)
Version: 18.08.3
Hardware: Linux Linux
: --- C - Contributions
Assignee: Danny Auble
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2018-11-30 07:40 MST by Trey Dockendorf
Modified: 2018-12-06 11:55 MST (History)
1 user (show)

See Also:
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:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
squeue tres suffix fix (1.73 KB, patch)
2018-11-30 07:40 MST, Trey Dockendorf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trey Dockendorf 2018-11-30 07:40:17 MST
Created attachment 8472 [details]
squeue tres suffix fix

This is response to bug #6141 and #6120.  Before this fix:

$ squeue -o "%b DELIM %a DELIM %D"
TRES_PER_NODEACCOUNT DELIM NODES
N/A(null) DELIM 1


After this fix:

$ squeue -o "%b DELIM %a DELIM %D"
TRES_PER_NODE DELIM ACCOUNT DELIM NODES
N/A DELIM (null) DELIM 1

Thanks,
- Trey
Comment 1 Danny Auble 2018-12-06 11:55:48 MST
Trey, this was fixed in commit 9b0399b84373b33

*** This bug has been marked as a duplicate of bug 6120 ***