Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Kokkos_View_MP_Vector.hpp
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 
10 #ifndef KOKKOS_VIEW_MP_VECTOR_HPP
11 #define KOKKOS_VIEW_MP_VECTOR_HPP
12 
13 namespace Kokkos {
14 
15  // Global vector size to be used in code that hasn't been refactored
16  // into passing the vector size (e.g., Tpetra)
17  extern unsigned global_sacado_mp_vector_size;
18 
19 }
20 
22 
23 #endif /* #ifndef KOKKOS_VIEW_MP_VECTOR_HPP */
unsigned global_sacado_mp_vector_size