Skip to content

Commit

Permalink
Reordered scavq to be be as other scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednasz committed Jun 16, 2020
1 parent 5b7762f commit 3b2f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scavq
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b2f867

Please sign in to comment.