-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement new data replication handle for use cases like NimbleSM #1554
Labels
Comments
lifflander
added a commit
that referenced
this issue
Sep 21, 2021
lifflander
added a commit
that referenced
this issue
Sep 21, 2021
lifflander
added a commit
that referenced
this issue
Sep 28, 2021
lifflander
added a commit
that referenced
this issue
Sep 29, 2021
lifflander
pushed a commit
that referenced
this issue
Oct 4, 2021
lifflander
added a commit
that referenced
this issue
Oct 4, 2021
lifflander
added a commit
that referenced
this issue
Oct 4, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
added a commit
that referenced
this issue
Oct 5, 2021
lifflander
pushed a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
added a commit
that referenced
this issue
Oct 14, 2021
lifflander
pushed a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 19, 2021
lifflander
added a commit
that referenced
this issue
Oct 20, 2021
lifflander
added a commit
that referenced
this issue
Oct 21, 2021
lifflander
added a commit
that referenced
this issue
Oct 21, 2021
lifflander
added a commit
that referenced
this issue
Nov 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
We would like to implement a data handle that can be read across multiple ranks, is efficiently cached, and exploits communication persistence to efficiently update the cache of data.
vt::DR<X> my_handle
, whereX
is a user's data type that may or may not be serializable. -vt::DR<X>
has reference (or move-only) semantics on a given rank.Under the hood, the DR will build spanning trees to distribute data efficiently and cache data as necessary.
We are thinking that the most complex part is the update protocol.
The text was updated successfully, but these errors were encountered: