Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Fad_KokkosAtomicTests_OpenMP.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Sacado Package
4 //
5 // Copyright 2006 NTESS and the Sacado contributors.
6 // SPDX-License-Identifier: LGPL-2.1-or-later
7 // *****************************************************************************
8 // @HEADER
9 
13 
14 #define SACADO_TEST_DFAD 1
16 
17 // Instantiate tests for OpenMP device
18 
19 using Kokkos::OpenMP;
20 VIEW_FAD_TESTS_D( OpenMP )
21 
22 int main( int argc, char* argv[] ) {
23  Teuchos::GlobalMPISession mpiSession(&argc, &argv);
24 
25  // Initialize OpenMP
26  Kokkos::initialize();
27  Kokkos::print_configuration(std::cout);
28 
30 
31  // Finalize OpenMP
32  Kokkos::finalize();
33 
34  return res;
35 }
static int runUnitTestsFromMain(int argc, char *argv[])
int main()
Definition: ad_example.cpp:171
#define VIEW_FAD_TESTS_D(D)