Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_KokkosViewUQPCEUnitTest_OpenMP.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
13 
15 
16 #include "Kokkos_Core.hpp"
17 
18 // Instantiate test for OpenMP device
19 using Kokkos::OpenMP;
21 
22 int main( int argc, char* argv[] ) {
23 // Setup the MPI session
24  Teuchos::GlobalMPISession mpiSession(&argc, &argv);
25 
26  // Initialize Kokkos
27  Kokkos::initialize(argc, argv);
28 
29  // Run tests
31 
32  // Finish up
33  Kokkos::finalize();
34 
35  return ret;
36 }
#define VIEW_UQ_PCE_TESTS_DEVICE(DEVICE)
static int runUnitTestsFromMain(int argc, char *argv[])
int main(int argc, char **argv)