From 3b2f867dbbca9bd84cce67036a0a9cb470e0cd4f Mon Sep 17 00:00:00 2001 From: Jon Bednasz Date: Tue, 16 Jun 2020 11:23:47 -0400 Subject: [PATCH] Reordered scavq to be be as other scripts --- bin/scavq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scavq b/bin/scavq index ce50cbe..920fe04 100755 --- a/bin/scavq +++ b/bin/scavq @@ -14,7 +14,7 @@ else fi fi -CLUSTERS="ub-hpc industry faculty" +CLUSTERS="industry faculty ub-hpc" for i in $CLUSTERS; do echo "Jobs for $WHOAMI:" squeue -M $i -p scavenger $ARGS -o "%.18i %.10P %.15j %.8u %.2t %.10M %.6D %R"