From d9d4f6e72ee7f0c7c2f541c37cd268d4ffc0571a Mon Sep 17 00:00:00 2001
From: David Bigagli <david@schedmd.com>
Date: Wed, 1 Apr 2015 13:44:16 -0700
Subject: [PATCH] Fix the default squeue format.

---
 contribs/cray/opt_modulefiles_slurm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribs/cray/opt_modulefiles_slurm.in b/contribs/cray/opt_modulefiles_slurm.in
index cc309a8a8d7..b8c03963320 100644
--- a/contribs/cray/opt_modulefiles_slurm.in
+++ b/contribs/cray/opt_modulefiles_slurm.in
@@ -36,7 +36,7 @@ prepend-path	PERL5LIB	"$slurmdir/$perldir"
 
 # other useful environment variables
 setenv	SINFO_FORMAT	{%9P %5a %8s %.10l %.6c %.6z %.7D %10T %N}
-setenv	SQUEUE_FORMAT	{%.6i %.8u %.7a %.14j %.3t %9r %19S %.10M %.10L %.5D %.4C}
+setenv	SQUEUE_FORMAT	{%.8i %.8u %.7a %.14j %.3t %9r %19S %.10M %.10L %.5D %.4C}
 setenv	SQUEUE_ALL	{yes}	;# show hidden partitions, too
 setenv	SQUEUE_SORT	{-t,e,S}
 
-- 
GitLab