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_NoViewSpec_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 // Disable view specializations (changes atomic argument from ViewFadPtr to
15 // Fad*)
16 #define SACADO_DISABLE_FAD_VIEW_SPEC
17 
18 #define SACADO_TEST_DFAD 1
20 
21 // Instantiate tests for OpenMP device
22 
23 using Kokkos::OpenMP;
24 VIEW_FAD_TESTS_D( OpenMP )
25 
26 int main( int argc, char* argv[] ) {
27  Teuchos::GlobalMPISession mpiSession(&argc, &argv);
28 
29  // Initialize OpenMP
30  Kokkos::initialize();
31  Kokkos::print_configuration(std::cout);
32 
34 
35  // Finalize OpenMP
36  Kokkos::finalize();
37 
38  return res;
39 }
static int runUnitTestsFromMain(int argc, char *argv[])
int main()
Definition: ad_example.cpp:171
#define VIEW_FAD_TESTS_D(D)