34 #define SACADO_DISABLE_FAD_VIEW_SPEC 
   38 #include "Kokkos_Core.hpp" 
   41 #define SACADO_TEST_DFAD 1 
   42 using Kokkos::Threads;
 
   45 int 
main( 
int argc, 
char* argv[] ) {
 
   50     Kokkos::hwloc::get_available_numa_count() *
 
   51     Kokkos::hwloc::get_available_cores_per_numa();
 
   52   size_t num_hyper_threads =
 
   53     Kokkos::hwloc::get_available_threads_per_core();
 
   55   Kokkos::InitArguments init_args;
 
   56   init_args.num_threads = num_cores*num_hyper_threads;
 
   57   Kokkos::initialize( init_args );
 
   58   Kokkos::print_configuration(std::cout);
 
static int runUnitTestsFromMain(int argc, char *argv[])
#define VIEW_FAD_TESTS_D(D)