Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_Details_initializeKokkos.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Tpetra: Templated Linear Algebra Services Package
4 //
5 // Copyright 2008 NTESS and the Tpetra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
15 
16 #ifndef TPETRA_DETAILS_INITIALIZEKOKKOS_HPP
17 #define TPETRA_DETAILS_INITIALIZEKOKKOS_HPP
18 
19 namespace Tpetra {
20 namespace Details {
21 
30 void
32 
33 } // namespace Details
34 } // namespace Tpetra
35 
36 #endif // TPETRA_DETAILS_INITIALIZEKOKKOS_HPP
void initializeKokkos()
Initialize Kokkos, using command-line arguments (if any) given to Teuchos::GlobalMPISession.