Skip to content
Snippets Groups Projects

Project variable

Merged Tiago de Freitas Pereira requested to merge sge-defaults into master
All threads resolved!

Files

from bob.pipelines.distributed.sge import SGEMultipleQueuesCluster
from bob.pipelines.distributed.sge_queues import QUEUE_DEMANDING
from dask.distributed import Client
cluster = SGEMultipleQueuesCluster()
cluster = SGEMultipleQueuesCluster(min_jobs=20)
dask_client = Client(cluster)
Loading