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();
32 Kokkos::InitializationSettings init_args;
33 init_args.set_num_threads(num_cores*num_hyper_threads);
34 Kokkos::initialize( init_args );
35 Kokkos::print_configuration(std::cout);
#define VIEW_MP_VECTOR_TESTS_DEVICE(DEVICE)
static int runUnitTestsFromMain(int argc, char *argv[])
int main(int argc, char **argv)