16 #include "Kokkos_Core.hpp" 
   19 using Kokkos::Threads;
 
   27     Kokkos::hwloc::get_available_numa_count() *
 
   28     Kokkos::hwloc::get_available_cores_per_numa();
 
   30     Kokkos::hwloc::get_available_threads_per_core();
 
   34   Kokkos::InitializationSettings init_args;
 
   35   init_args.set_num_threads(num_cores*num_hyper_threads);
 
   36   Kokkos::initialize( init_args );
 
   37   Kokkos::print_configuration(std::cout);
 
#define VIEW_UQ_PCE_TESTS_DEVICE(DEVICE)
 
static int runUnitTestsFromMain(int argc, char *argv[])
 
int main(int argc, char **argv)