Support Software for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RTOpPack_RTOpTHelpers.cpp
1 // @HEADER
2 // *****************************************************************************
3 // RTOp: Interfaces and Support Software for Vector Reduction Transformation
4 // Operations
5 //
6 // Copyright 2006 NTESS and the RTOp contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 
11 
12 #include "RTOpPack_RTOpTHelpers_decl.hpp"
13 
14 
15 #ifdef RTOPPACK_RTOPT_HELPER_DUMP_OUTPUT
16 bool RTOpPack::rtop_helpers_dump_all = false;
17 #endif
18 
19 
20 #ifdef HAVE_RTOP_EXPLICIT_INSTANTIATION
21 
22 
23 #include "RTOpPack_RTOpTHelpers_def.hpp"
25 
26 
27 namespace RTOpPack {
28 
29 
31  RTOPPACK_RTOPT_HELPERS_INSTANT_SCALAR)
32 
33 
34 RTOPPACK_RTOPT_HELPERS_DEFAULTREDUCTTARGET_INSTANT(Ordinal)
35 
36 
37 } // namespace RTOpPack
38 
39 
40 #endif // HAVE_TEUCHOS_EXCPLICIT_INSTANTIATION
#define TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(MACRONAME)