42 #include "Teuchos_UnitTestHarness.hpp" 43 #include "Teuchos_UnitTestRepository.hpp" 44 #include "Teuchos_GlobalMPISession.hpp" 48 #include "Kokkos_Core.hpp" 51 using Kokkos::Threads;
55 Teuchos::GlobalMPISession mpiSession(&argc, &
argv);
59 Kokkos::hwloc::get_available_numa_count() *
60 Kokkos::hwloc::get_available_cores_per_numa();
62 Kokkos::hwloc::get_available_threads_per_core();
66 Kokkos::Threads::print_configuration(std::cout);
69 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);
72 Kokkos::Threads::finalize();
#define VIEW_UQ_PCE_TESTS_DEVICE(DEVICE)
int main(int argc, char *argv[])