-
Notifications
You must be signed in to change notification settings - Fork 4
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
footprint types that are not serializable #156
Comments
cz4rs
added a commit
that referenced
this issue
Nov 18, 2020
cz4rs
added a commit
that referenced
this issue
Nov 19, 2020
3 tasks
cz4rs
added a commit
that referenced
this issue
Nov 19, 2020
cz4rs
added a commit
that referenced
this issue
Nov 19, 2020
cz4rs
added a commit
that referenced
this issue
Nov 19, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 20, 2020
cz4rs
added a commit
that referenced
this issue
Nov 21, 2020
cz4rs
added a commit
that referenced
this issue
Nov 21, 2020
cz4rs
added a commit
that referenced
this issue
Nov 21, 2020
cz4rs
added a commit
that referenced
this issue
Nov 23, 2020
cz4rs
added a commit
that referenced
this issue
Nov 23, 2020
cz4rs
added a commit
that referenced
this issue
Nov 23, 2020
PhilMiller
added a commit
that referenced
this issue
Nov 24, 2020
PhilMiller
added a commit
that referenced
this issue
Nov 24, 2020
PhilMiller
added a commit
that referenced
this issue
Nov 24, 2020
PhilMiller
changed the title
footprint containers whose elements are not serializable
footprint types that are not serializable
Nov 24, 2020
PhilMiller
added a commit
that referenced
this issue
Nov 24, 2020
PhilMiller
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
pushed a commit
that referenced
this issue
Nov 24, 2020
cz4rs
pushed a commit
that referenced
this issue
Nov 24, 2020
cz4rs
pushed a commit
that referenced
this issue
Nov 24, 2020
cz4rs
pushed a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
cz4rs
added a commit
that referenced
this issue
Nov 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
provide an estimated footprint for containers whose elements are not serializable (eg.
std::vector<MPI_Request>
)proposed implementation is
s.countBytes(container); s.addBytes(container.size() * sizeof(T));
The text was updated successfully, but these errors were encountered: