monitor grid jobs from python via SAGA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AIProgrammer
    New Member
    • Jul 2008
    • 28

    monitor grid jobs from python via SAGA

    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.

    Code:
    bjobs [-l] -q <queuename> -u <username>
    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
Working...