Sacado Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test
UnitTests
Fad_KokkosAtomicTests_NoViewSpec_Threads.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
10
#include "
Teuchos_UnitTestHarness.hpp
"
11
#include "
Teuchos_UnitTestRepository.hpp
"
12
#include "
Teuchos_GlobalMPISession.hpp
"
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
19
#include "
Fad_KokkosAtomicTests.hpp
"
20
21
// Instantiate tests for Threads device
22
using
Kokkos::Threads;
23
VIEW_FAD_TESTS_D
( Threads )
24
25
int
main
(
int
argc,
char
* argv[] ) {
26
Teuchos::GlobalMPISession
mpiSession(&argc, &argv);
27
28
// Initialize threads
29
Kokkos::initialize();
30
Kokkos::print_configuration(std::cout);
31
32
int
res =
Teuchos::UnitTestRepository::runUnitTestsFromMain
(argc, argv);
33
34
// Finalize threads
35
Kokkos::finalize();
36
37
return
res;
38
}
Teuchos::GlobalMPISession
Teuchos_UnitTestRepository.hpp
Teuchos::UnitTestRepository::runUnitTestsFromMain
static int runUnitTestsFromMain(int argc, char *argv[])
main
int main()
Definition:
ad_example.cpp:171
Teuchos_UnitTestHarness.hpp
Fad_KokkosAtomicTests.hpp
Teuchos_GlobalMPISession.hpp
VIEW_FAD_TESTS_D
#define VIEW_FAD_TESTS_D(D)
Definition:
Fad_Fad_KokkosTests.hpp:347
Generated on Tue Nov 12 2024 09:21:47 for Sacado Package Browser (Single Doxygen Collection) by
1.8.5