16 #include "Kokkos_Core.hpp"
17 #include <Tpetra_KokkosCompat_ClassicNodeAPI_Wrapper.hpp>
30 Kokkos::hwloc::get_available_numa_count() *
31 Kokkos::hwloc::get_available_cores_per_numa();
33 Kokkos::hwloc::get_available_threads_per_core();
36 Kokkos::InitializationSettings init_args;
37 init_args.set_num_threads(num_cores*num_hyper_threads);
38 Kokkos::initialize( init_args );
39 Kokkos::print_configuration(std::cout);
#define CRSMATRIX_MP_VECTOR_TESTS_N(N)
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
const unsigned VectorSize
unsigned global_sacado_mp_vector_size