84 Teuchos::GlobalMPISession mpiSession(&argc, &
argv);
86 const size_t team_count =
87 Kokkos::hwloc::get_available_numa_count() *
88 Kokkos::hwloc::get_available_cores_per_numa();
89 const size_t threads_per_team =
90 Kokkos::hwloc::get_available_threads_per_core();
93 Kokkos::InitializationSettings init_args;
94 init_args.set_num_threads(team_count*threads_per_team);
95 Kokkos::initialize( init_args );
102 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);