#pragma once #include /* SUBMANSEC = Sys */ extern Kokkos::DefaultExecutionSpace *PetscKokkosExecutionSpacePtr; /*MC PetscGetKokkosExecutionSpace - Return the Kokkos execution space that petsc is using Level: beginner M*/ inline Kokkos::DefaultExecutionSpace &PetscGetKokkosExecutionSpace(void) { return *PetscKokkosExecutionSpacePtr; }