42 #include "Teuchos_UnitTestHarness.hpp" 43 #include "Teuchos_UnitTestRepository.hpp" 44 #include "Teuchos_GlobalMPISession.hpp" 48 #include "Kokkos_Core.hpp" 49 #include "KokkosCompat_ClassicNodeAPI_Wrapper.hpp" 56 Teuchos::GlobalMPISession mpiSession(&argc, &
argv);
60 Kokkos::hwloc::get_available_numa_count() *
61 Kokkos::hwloc::get_available_cores_per_numa();
63 Kokkos::hwloc::get_available_threads_per_core();
66 Kokkos::InitArguments init_args;
68 Kokkos::initialize( init_args );
69 Kokkos::print_configuration(std::cout);
72 Teuchos::UnitTestRepository::setGloballyReduceTestResult(
true);
73 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);
Kokkos::Compat::KokkosDeviceWrapperNode< Kokkos::Threads > ThreadsWrapperNode
int main(int argc, char *argv[])
Kokkos::Compat::KokkosDeviceWrapperNode< Kokkos::Threads > ThreadsWrapperNode
#define CRSMATRIX_UQ_PCE_TESTS_N(N)