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

Fix octotiger performance tests #457

Closed G-071 closed 11 months ago

G-071 commented 11 months ago

I noticed that the automated GPU aggregation performance tests were failing (which are usually only running when we merge PRs into master). The CI scripts were still using the old CLI parameter names, causing this problem.

This PR resolves this issue (by updating the test submodule version and thus said scripts). It further fixes a build issue for the aggregation tests on the MI100 node (by loading the correct modules).