The following test fails when building with Kokkos develop branch (commit 01a3b09):
The following tests FAILED:
5 - type_test (Failed)
9 - initParticles (Failed)
11 - scs_padding (Failed)
12 - lambdaTest (Failed)
The error message is:
Kokkos ERROR: Cuda execution space is being destructed after finalize() has been called
Likely related to this update kokkos/kokkos#8546. This Kokkos PR introduced stricter scope control requirements. Execution spaces must now be destroyed before Kokkos::finalize() is called.