58 Teuchos::FancyOStream& out) {
60 typedef typename Storage::template apply_N<VectorSize>::type
storage_type;
68 KokkosSparse::DeviceConfig dev_config(
num_cores, ThreadsPerVector, row_threads);
70 success = test_embedded_vector<Vector>(
71 nGrid,
VectorSize, dev_config, MultiplyOp(), out);
117 Teuchos::GlobalMPISession mpiSession(&argc, &
argv);
121 Kokkos::hwloc::get_available_numa_count() *
122 Kokkos::hwloc::get_available_cores_per_numa();
124 Kokkos::hwloc::get_available_threads_per_core();
126 Kokkos::InitializationSettings init_args;
128 Kokkos::initialize( init_args );
129 Kokkos::print_configuration(std::cout);
132 int ret = Teuchos::UnitTestRepository::runUnitTestsFromMain(argc,
argv);