42 #include "Teuchos_UnitTestHarness.hpp" 43 #include "Teuchos_UnitTestRepository.hpp" 44 #include "Teuchos_GlobalMPISession.hpp" 48 #include "Kokkos_Core.hpp" 49 #include "KokkosCompat_ClassicNodeAPI_Wrapper.hpp" 56 Teuchos::GlobalMPISession mpiSession(&argc, &
argv);
59 Kokkos::HostSpace::execution_space::initialize();
60 Kokkos::Cuda::initialize(Kokkos::Cuda::SelectDevice(0));
61 Kokkos::Cuda::print_configuration(std::cout);
64 Teuchos::UnitTestRepository::setGloballyReduceTestResult(
true);
65 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);
68 Kokkos::HostSpace::execution_space::finalize();
69 Kokkos::Cuda::finalize();
Kokkos::Compat::KokkosDeviceWrapperNode< Kokkos::Cuda > CudaWrapperNode
Kokkos::Compat::KokkosDeviceWrapperNode< Kokkos::Cuda > CudaWrapperNode
int main(int argc, char *argv[])
#define CRSMATRIX_UQ_PCE_TESTS_N(N)