Fixed multiqueue
1 unresolved thread
1 unresolved thread
Compare changes
+ 29
− 23
@@ -107,6 +107,34 @@ def get_max_jobs(queue_dict):
@@ -267,28 +295,6 @@ class SGEMultipleQueuesCluster(JobQueueCluster):
@@ -475,7 +481,7 @@ class SchedulerResourceRestriction(Scheduler):
Is this an SGE thing only? Why not move it to a more generic place?
This is something that interacts directly with our SGE wrapper
I thought resources were something more generic and was supported in other clusters.
It is supported for other clusters, but this mechanism works only for SGE
you're not using the SGE cluster here at all. Do you mean this works only with our dask wrapper?