dask_helpers module¶
HSTB.kluster.dask_helpers Module¶
Functions¶
|
Having issues with memory leaks, even though workers have no assigned tasks. |
Retrieve and close the LocalCluster if it exists, otherwise pass |
|
|
Either start or return Dask client in local/networked cluster mode. |
|
A very rudimentary placeholder-esque way to determine the chunk size and number of chunks for an array to process in memory. |
|
Retrieve the max memory across all workers in the cluster added together |
|
Retrieve the total number of workers from the dask cluster |
|
In order to operate on an array in a parallelized way, we need to split the array into equal chunks to pass to each worker. |
Classes¶
|
Provides synchronization using file locks via the fasteners package. |