is there any python module to submit job in sun engine queuing system

185 Views Asked by At

I am working on running shell script in sun engine grid system using "qsub" command. I want to do similar thing using python. So instead of calling qsub directly from command prompt. I need a python module which help me to submit jobs in sub engine grid. I also want to check there execution status like we do with "qstat" command. Is there any python module to do the same?

0

There are 0 best solutions below