We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c868d commit db619a2Copy full SHA for db619a2
1 file changed
travis/install_sge.sh
@@ -24,6 +24,9 @@ if [ $LOCALHOST_IN_SEL != "1" ]; then sudo qconf -Ae host_template; else sudo qc
24
sed -i -r "s/UNDEFINED/$CORES/" queue_template
25
sudo qconf -Ap smp_template
26
sudo qconf -Aq queue_template
27
+sudo /var/lib/gridengine/default/common/sgeexecd stop
28
+sleep 10
29
+sudo /var/lib/gridengine/default/common/sgeexecd start
30
echo "Printing queue info to verify that things are working correctly."
31
qstat -f -q all.q -explain a
32
echo "You should see sge_execd and sge_qmaster running below:"
0 commit comments