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

footprint types that are not serializable #156

Closed
cz4rs opened this issue Nov 18, 2020 · 0 comments · Fixed by #157
Closed

footprint types that are not serializable #156

cz4rs opened this issue Nov 18, 2020 · 0 comments · Fixed by #157
Assignees

Comments

@cz4rs
Copy link
Contributor

cz4rs commented Nov 18, 2020

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));
@cz4rs cz4rs self-assigned this Nov 18, 2020
PhilMiller added a commit that referenced this issue Nov 24, 2020
@PhilMiller 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
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 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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant