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 17 forks source link

Adapt to cppuddle changes #466

Closed G-071 closed 9 months ago

G-071 commented 9 months ago

Newer cppuddle versions (0.3.1) allow turning off the executor pool for performance comparisons. However, this only works with Octo-Tiger if the headers are included in the correct order - this PR ensures that this works.

This PR depends on PR #465 to be merged first!