Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use p2p as default rechunk method #31

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Use p2p as default rechunk method #31

merged 1 commit into from
Dec 11, 2023

Conversation

maawoo
Copy link
Member

@maawoo maawoo commented Dec 11, 2023

Further information/background:
dask/distributed#7507
https://discourse.pangeo.io/t/rechunking-large-data-at-constant-memory-in-dask-experimental/3266

Cluster memory usage can be lowered by quite a bit. The following example is the per-pixel median computation of S2 data with applied mask, which includes a rechunking step. ds1 is without p2p, ds2 is with p2p:

image

@maawoo maawoo added enhancement New feature or request dask/slurm labels Dec 11, 2023
maawoo added a commit that referenced this pull request Dec 11, 2023
@maawoo maawoo merged commit 8c3382a into main Dec 11, 2023
@maawoo maawoo deleted the dask/rechunk_method branch December 11, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dask/slurm enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant