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

Partitioning strategies: skip local #346

Merged
merged 12 commits into from
Jul 18, 2024

Conversation

hannesbrandt
Copy link
Contributor

This PR adds a skip_local flag as described in #335 to the domain_persist_t.

The flag defaults to 1 and can be changed with fclaw2d_domain_set_partitioning. If enabled, the patch data of patches which stay local during partitioning is not packed anymore in fclaw2d_domain_iterate_pack.
To demonstrate the partitioning strategies, a new partitioning demo is introduced that iterates through the different configurations.

@scottaiton scottaiton merged commit d8d6822 into ForestClaw:develop-3d Jul 18, 2024
39 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.

2 participants