56 Teuchos::GlobalMPISession mpiSession(&argc, &
argv);
62 Kokkos::hwloc::get_available_numa_count() *
63 Kokkos::hwloc::get_available_cores_per_numa();
65 Kokkos::hwloc::get_available_threads_per_core();
68 Kokkos::InitializationSettings init_args;
70 Kokkos::initialize( init_args );
74 Teuchos::UnitTestRepository::setGloballyReduceTestResult(
true);
75 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);