Skip to content

Provide parameter for "dask-worker" #229

@mrocklin

Description

@mrocklin

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_worker_command = '%(python)s -m distributed.cli.dask_worker' % dict(python=python)

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions