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

CollectiveCommunicationNonBlocking should decide on blocking behavior based on difference of values. #190

Open
SteffenSeckler opened this issue Apr 23, 2021 · 0 comments

Comments

@SteffenSeckler
Copy link
Member

SteffenSeckler commented Apr 23, 2021

Is your feature request related to a problem? Please describe.
Currently, CollectiveCommunicationNonBlocking is either enabled or disabled. For scenarios that sometimes change quickly and sometimes slowly, it would be nice to enable it adaptively.

Describe the solution you'd like
Enable it adaptively, based on some percentage value (via XML input).
Requires knowledge of types -> store as std::variant?

One could also completely refactor the collective communication to be type-safe by using variants everywhere.

Describe alternatives you've considered
None, so far.

Additional context

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

No branches or pull requests

1 participant