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

OpenMP parallelism #228

Closed
stevengj opened this issue Mar 9, 2018 · 1 comment · Fixed by #1628
Closed

OpenMP parallelism #228

stevengj opened this issue Mar 9, 2018 · 1 comment · Fixed by #1628

Comments

@stevengj
Copy link
Collaborator

stevengj commented Mar 9, 2018

Might be nice to support this in addition to MPI. The advantage of OpenMP is that the runtime system can automatically load balance, because no data movement is required. However, it only works with a single shared-memory multi-core compute node, so you'd still need MPI to distribute large simulations.

(See also #130.)

@stevengj
Copy link
Collaborator Author

See #565 for a rough draft implementation.

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