..note: This is class is temporary. It's basically a copy from SGEJob from dask_jobqueue.
The difference is that here I'm also handling the dask job resources tag (which is not handled anywhere). This has to be patched in the Job class. Please follow here `https://github.com/dask/dask-jobqueue/issues/378` to get news about this patch
"""
submit_command="qsub"
...
...
@@ -101,9 +99,7 @@ class SGEIdiapJob(Job):
defget_max_jobs(queue_dict):
"""
Given a queue list, get the max number of possible jobs
"""
"""Given a queue list, get the max number of possible jobs."""