Skip to content

Test failure when building with Kokkos develop branch #162

@Sichao25

Description

@Sichao25

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions