48 #include "Kokkos_Core.hpp" 
   51 using Kokkos::Threads;
 
   59     Kokkos::hwloc::get_available_numa_count() *
 
   60     Kokkos::hwloc::get_available_cores_per_numa();
 
   62     Kokkos::hwloc::get_available_threads_per_core();
 
   64   Kokkos::InitArguments init_args;
 
   66   Kokkos::initialize( init_args );
 
   67   Kokkos::print_configuration(std::cout);
 
static int runUnitTestsFromMain(int argc, char *argv[])
 
int main(int argc, char **argv)
 
#define CRSMATRIX_UQ_PCE_TESTS_DEVICE(DEVICE)