16 #include "Kokkos_Core.hpp" 
   17 #include <Tpetra_KokkosCompat_ClassicNodeAPI_Wrapper.hpp> 
   20 typedef Tpetra::KokkosCompat::KokkosDeviceWrapperNode<Kokkos::Cuda> 
CudaWrapperNode;
 
   27   Kokkos::InitializationSettings init_args;
 
   28   init_args.set_device_id(0);
 
   29   Kokkos::initialize( init_args );
 
   30   Kokkos::print_configuration(std::cout);
 
Tpetra::KokkosCompat::KokkosDeviceWrapperNode< Kokkos::Cuda > CudaWrapperNode
 
static int runUnitTestsFromMain(int argc, char *argv[])
 
static void setGloballyReduceTestResult(const bool globallyReduceUnitTestResult)
 
int main(int argc, char **argv)
 
#define CRSMATRIX_UQ_PCE_TESTS_N(N)