Xpetra Version of the Day
Loading...
Searching...
No Matches
Kokkos_SerialNode.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Xpetra: A linear algebra interface package
4//
5// Copyright 2012 NTESS and the Xpetra contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef FAKEKOKKOS_SERIALNODE_HPP_
11#define FAKEKOKKOS_SERIALNODE_HPP_
12
14
15// This is the node definition used if Epetra is enabled only
16// Epetra can be compiled using the SerialNode OR the OpenMP Node
17// If there is no Kokkos provide dummy classes for all Kokkos node
18// types that Epetra might be compiled for.
19namespace Kokkos {
33} // namespace Kokkos
34
35#endif
KokkosOpenMPWrapperNode(Teuchos::ParameterList &pl)
KokkosSerialWrapperNode(Teuchos::ParameterList &pl)