Open cancan101 opened 10 years ago
Simply because it was straightforward to write a small amount of code that submitted jobs on sun grid engine with all the output redirects, etc. using python's subprocess library. However, checking the status of jobs on SGE turned out to be quite tricky (failed jobs, successful jobs, etc.) without drmaa (I would've preferred to not have that dependency).
In the SGE driver, drmaa is used by
is_proc_alive
but notsubmit_job
.Why is that?