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

Add a version of timing_step_37 using MGTransferMF #15842

Merged
merged 2 commits into from Aug 25, 2023

Conversation

peterrum
Copy link
Member

@peterrum peterrum commented Aug 5, 2023

depends on #15794

@peterrum
Copy link
Member Author

peterrum commented Aug 7, 2023

I have rebased this PR.

"solve",
"matvec_double",
"matvec_float",
"matvec_float_coarser"}};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test has a significant overlap with the already existing timing_step_37. Would you mind to condense the measurements down to the values we are actually interested in?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, we should only measure the setup of the transfer and the solver time. Everything else should be equivalent I believe.

std::tuple<Metric, unsigned int, std::vector<std::string>>
describe_measurements()
{
return {Metric::timing, 4, {"setup_transfer", "solve"}};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@kronbichler
Copy link
Member

@tamiko any last opinions on this PR? If not, I will merge tomorrow.

@kronbichler kronbichler merged commit e96c76c into dealii:master Aug 25, 2023
15 checks passed
@kronbichler kronbichler mentioned this pull request Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants