aboutsummaryrefslogtreecommitdiff
path: root/examples/sge.sh
blob: ebfb65b84fb1abb8e6ee4d4c6eef38cdee766f88 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
export JMNAME='TOP'
export JTYPE='listgraph'
function trigger {
    qstat -u '*' | tail -n +3 | head -n 10 | $CLIENT --alter "$JID"
}
export -f trigger
./monitor_daemon.sh