drmaa

efficient way to wait for job completion : python and drmaa

回眸只為那壹抹淺笑 提交于 2019-12-10 11:47:11
问题 I wanted to ask about "wait" feature in drmaa API I am using through Python. Does it do constant qstat's ( if we are running it on SGE) to check whether a program has finished execution. Our admin want us to avoid any constant qstat's as it slows down the performance due to extra load on scheduler. In general wat would be an efficient way to check for job status through DRMAA without overboarding the scheduler. Thanks! -Abhi 回答1: From an DRMAA API point of view, there is no better way. The