Skip to content

Add Collect communication pattern #301

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

Merged
merged 2 commits into from
Jul 3, 2025
Merged

Add Collect communication pattern #301

merged 2 commits into from
Jul 3, 2025

Conversation

wdeconinck
Copy link
Member

@wdeconinck wdeconinck commented Jul 2, 2025

Add Collect communication pattern.

The idea is to be able to fetch values from a distributed array to a local array.
In principle this is very similar to HaloExchange, except that the "receive" array is a local separate array.
The setup happens by setting partition and remote index for the values to collect.

HaloExchange pack/unpack routines have been refactored, currently as a copy only used for Collect.
Further the usage for HaloExchange will also use these refactored routines.

💣💥☠️ Static Analyzer Report ☠️💥💣
https://sites.ecmwf.int/docs/atlas/static-analyzer/PR-301

@wdeconinck wdeconinck changed the title Feature/collect Add Collect communication pattern Jul 3, 2025
@wdeconinck wdeconinck merged commit 5734fd5 into develop Jul 3, 2025
177 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant