Skip to content

Commit 9f6c527

Browse files
committed
Made qstat output more verbose in install_sge.sh
1 parent 78c5bcf commit 9f6c527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/install_sge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ sed -i -r "s/UNDEFINED/$CORES/" queue_template
2525
sudo qconf -Ap smp_template
2626
sudo qconf -Aq queue_template
2727
echo "Printing queue info to verify that things are working correctly."
28-
qstat -f -q all.q
28+
qstat -f -q all.q -explain a
2929
echo "You should see sge_execd and sge_qmaster running below:"
3030
ps aux | grep "sge"

0 commit comments

Comments
 (0)