Skip to content

Commit 78c5bcf

Browse files
committed
Added another sleep to install_sge.sh to prevent synchronization issues
1 parent 127434d commit 78c5bcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

travis/install_sge.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ sed -i -r "s/template/$USER/" user_template
1818
sudo qconf -Auser user_template
1919
sudo qconf -au $USER arusers
2020
sudo qconf -as localhost
21+
sleep 5
2122
export LOCALHOST_IN_SEL=$(qconf -sel | grep -c 'localhost')
2223
if [ $LOCALHOST_IN_SEL != "1" ]; then sudo qconf -Ae host_template; else sudo qconf -Me host_template; fi
2324
sed -i -r "s/UNDEFINED/$CORES/" queue_template

0 commit comments

Comments
 (0)