You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this also apply to computing dask arrays (client.compute)? For example, if I have a dask array that is the result of many array operations that perform best on a threaded scheduler by themselves, is there an easy way to say that this array and all of its pre-tasks should be computed on a single worker? It's possible the scheduler is smart enough to keep the data on the same node anyway.
lesteve
changed the title
Document how to use book mutliple cores for a single task
Document how to use book multiple cores for a single task
May 29, 2019
This is to clarify one of the outcome of #181.
Several people have asked how they can use dask-jobqueue to submit multi-threaded tasks. There are two answers currently:
resource_spec
or specific scheduler equivalent kwarg to book more cores than nprocs*nthreads started with dask-worker.resources
functionnality, which allows to submit both multi-threaded or single threaded tasks on the same cluster.This needs to be documented.
@lesteve made up some examples: see #181 (comment).
The text was updated successfully, but these errors were encountered: