From 5221b97af742cf6abb23bf59c31ae8ce1bd86f91 Mon Sep 17 00:00:00 2001
From: Renato Alves <alves.rjc@gmail.com>
Date: Thu, 14 Sep 2017 14:33:27 +0200
Subject: [PATCH] MNT Use custom options when listing all jobs in the cluster

---
 bin/q | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/q b/bin/q
index 07fc424..2be0dc5 100755
--- a/bin/q
+++ b/bin/q
@@ -5,7 +5,7 @@ if [ -f "$(which squeue 2>/dev/null)" ]; then
     if [ "$#" == "0" ]; then
         squeue -u $(whoami) -o "%.18A %.9P %.25j %.2t %.7c %.5D %.7d %.11M %.15R"
     else
-        squeue "$@"
+        squeue -o "%.18A %.9P %.25j %.2t %.10u %.10g %.7c %.5D %.7d %.11M %.15R" "$@"
     fi
 elif [ -f "$(which bjobs 2>/dev/null)" ]; then
     bjobs "$@"
-- 
GitLab