Hi All,
I have a practical task at hand.
Currently I am monitoring LSF grid jobs via python (running unix command through python commands.getsta tusoutput() ) through bjobs command of LSF.
I want to do the same via SAGA through Python. At present I don't need job submission, but need only info on state of each job that is running on the grid.
Let me know if you can think of anything.
Thanks and Best Regards
I have a practical task at hand.
Currently I am monitoring LSF grid jobs via python (running unix command through python commands.getsta tusoutput() ) through bjobs command of LSF.
Code:
bjobs [-l] -q <queuename> -u <username>
Let me know if you can think of anything.
Thanks and Best Regards