-
-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Issue rapidsai/dask-cuda#3 proposes creating a dask-cuda-worker
alternative to dask-worker
which starts one process per GPU with appropriate environment variables. If we go ahead with that then it would be convenient to compose that approach with dask-jobqueue. This would be particularly easy if the following line could be made configurable to allow other executables
dask-jobqueue/dask_jobqueue/core.py
Line 254 in 5a5585d
dask_worker_command = '%(python)s -m distributed.cli.dask_worker' % dict(python=python) |
Thoughts?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request