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

Reduce OMP syncs #151

Open
chuckyount opened this issue Aug 15, 2018 · 0 comments
Open

Reduce OMP syncs #151

chuckyount opened this issue Aug 15, 2018 · 0 comments

Comments

@chuckyount
Copy link
Contributor

Currently, there is an OMP sync after exterior blocks are computed, then the pack and halo exchange is started (with OMP syncs in the packing), then interior blocks, then final sync. Only the final sync is truly needed. Getting rid of the others would require all loops to be in one parallel section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant