Ticket 6144

Summary: Fix squeue handling of format flag %b
Product: Slurm Reporter: Trey Dockendorf <tdockendorf>
Component: User CommandsAssignee: Danny Auble <da>
Status: RESOLVED DUPLICATE QA Contact:
Severity: C - Contributions    
Priority: --- CC: mrodgers
Version: 18.08.3   
Hardware: Linux   
OS: Linux   
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

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 ticket has been marked as a duplicate of ticket 6120 ***