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

SMP mode compatibility #1

Open
epmikida opened this issue Aug 24, 2019 · 0 comments
Open

SMP mode compatibility #1

epmikida opened this issue Aug 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@epmikida
Copy link
Collaborator

Allow the simulator to run with SMP builds of Charm++

Simplest way would just be to use the current execution model and just fix issues currently causing SMP mode crashes (also determining what they actually are).

One step beyond that would probably be to have the GVT managers move be promoted to node groups, and manage the GVT computation for an entire node rather than core. Not sure how big of an improvement we could actually expect from this.

More advanced would be to have the scheduler be an SMP-aware scheduler (node group instead of group). This would be significantly more complex and require some research into the best way to synchronize.

@epmikida epmikida added the enhancement New feature or request label Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant