Hi,

I would like my jobs to get notified of parameters changes (using qalter),
let's say for example priority or complex attributes.

Is there such mechanism in SGE ?

The only one I can think of is the JGDI API, which seems to have
JobModEvent/JobPriorityModEvent, but the documentation is rather sparse :)
Also, I don't know what is the overhead/scalability of this API. If I make
each job connect its own JGDI client, then there will be hundreds of JGDI
clients...

Another approach would be to just poll the job parameters every X seconds,
but I am not sure what is the best way to do it.
It looks like parsing the output of "qstat -xml -j <JOB>" is the only way
to get the priority.

Thanks in advance,
Julien
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to