Skip to content
Snippets Groups Projects
Commit d9d4f6e7 authored by David Bigagli's avatar David Bigagli
Browse files

Fix the default squeue format.

parent adec445c
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ prepend-path PERL5LIB "$slurmdir/$perldir" ...@@ -36,7 +36,7 @@ prepend-path PERL5LIB "$slurmdir/$perldir"
# other useful environment variables # other useful environment variables
setenv SINFO_FORMAT {%9P %5a %8s %.10l %.6c %.6z %.7D %10T %N} 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_ALL {yes} ;# show hidden partitions, too
setenv SQUEUE_SORT {-t,e,S} setenv SQUEUE_SORT {-t,e,S}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment