Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
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
19namespace Tpetra {
20namespace Details {
21
30void initializeKokkos();
31
32} // namespace Details
33} // namespace Tpetra
34
35#endif // TPETRA_DETAILS_INITIALIZEKOKKOS_HPP
Implementation details of Tpetra.
void initializeKokkos()
Initialize Kokkos, using command-line arguments (if any) given to Teuchos::GlobalMPISession.
Namespace Tpetra contains the class and methods constituting the Tpetra library.