geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Write manual section on running timing benchmarks. #5868

Closed MFraters closed 3 weeks ago

MFraters commented 3 weeks ago

In the world builder I have been using timing benchmarks for a while now, which have been useful. It might be useful to do something similar the future for aspect, but to start out, and as requested in #5804, I wrote a section in the manual on how to set them up.

This pull request adds a section to the manual, explaining how to do these timing benchmarks with cbdr.

MFraters commented 3 weeks ago

Thanks for the review. Good point about callgrind, that would make a nice addition.

I have addressed your comments.

MFraters commented 3 weeks ago

@gassmoeller Thanks, I applied your commit

tjhei commented 3 weeks ago

@gassmoeller You can take a look at and/or reference https://integrated-earth.github.io/2023/02/03/perf.html

gassmoeller commented 3 weeks ago

@gassmoeller You can take a look at and/or reference https://integrated-earth.github.io/2023/02/03/perf.html

I think this is a comment for @MFraters