We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c5bcf commit 9f6c527Copy full SHA for 9f6c527
1 file changed
travis/install_sge.sh
@@ -25,6 +25,6 @@ sed -i -r "s/UNDEFINED/$CORES/" queue_template
25
sudo qconf -Ap smp_template
26
sudo qconf -Aq queue_template
27
echo "Printing queue info to verify that things are working correctly."
28
-qstat -f -q all.q
+qstat -f -q all.q -explain a
29
echo "You should see sge_execd and sge_qmaster running below:"
30
ps aux | grep "sge"
0 commit comments