STEllAR-GROUP / octotiger

Astrophysics program simulating the evolution of star systems based on the fast multipole method on adaptive Octrees
http://octotiger.stellar-group.org/
Boost Software License 1.0
48 stars 18 forks source link

Added flag to disable to last compare_analytic step #405

Closed G-071 closed 2 years ago

G-071 commented 2 years ago

This PR adds a flag that makes Octo-Tiger skip the compare_analytics step. The intended purpose is for distributed performance measurements (especially on Summit where this step can take a long while, skewing runtime percentages of other methods). By default the flag is off and the compare_analytics step is performed, hence the default behavior of Octo-Tiger will not change!