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);
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 );
71 Kokkos::print_configuration(std::cout);
74 Teuchos::UnitTestRepository::setGloballyReduceTestResult(
true);
75 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);
const unsigned VectorSize
#define CRSMATRIX_MP_VECTOR_TESTS_N(N)
int main(int argc, char *argv[])
Kokkos::Compat::KokkosDeviceWrapperNode< Kokkos::Threads > ThreadsWrapperNode
unsigned global_sacado_mp_vector_size