16 #include "Kokkos_Core.hpp"
17 #include <Tpetra_KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
28 Kokkos::hwloc::get_available_numa_count() *
29 Kokkos::hwloc::get_available_cores_per_numa();
31 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);
static int runUnitTestsFromMain(int argc, char *argv[])
static void setGloballyReduceTestResult(const bool globallyReduceUnitTestResult)
int main(int argc, char **argv)
Tpetra::KokkosCompat::KokkosDeviceWrapperNode< Kokkos::Threads > ThreadsWrapperNode
#define CRSMATRIX_UQ_PCE_TESTS_N(N)