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

Add std-simd Jenkins pipeline #408

Closed G-071 closed 2 years ago

G-071 commented 2 years ago

This PR adds the Jenkins pipeline for testing the new std-simd types in the Kokkos kernels as added in #403

The test includes a check that the std-simd types are actually used in the build (using grep to check the build output), and then the usual ctest suite is being run by said build.

The test does not add a build badge in the README just yet (we can still add that if we choose std-simd as a default backend). Instead, it merely reports the test results via commit status (as the other tests do as well).