10 #ifndef XPETRA_SERIALPLATFORM_HPP
11 #define XPETRA_SERIALPLATFORM_HPP
13 #include <Teuchos_DefaultSerialComm.hpp>
14 #include <Teuchos_Describable.hpp>
17 #include <Tpetra_KokkosCompat_DefaultNode.hpp>
22 template <
class Node = Tpetra::KokkosClassic::DefaultNode::DefaultNodeType>
42 const Teuchos::RCP<const Teuchos::SerialComm<int> >
getComm()
const;
50 Teuchos::RCP<const Teuchos::SerialComm<int> >
comm_;
55 : comm_(Teuchos::rcp(new Teuchos::SerialComm<int>())) {}
61 const Teuchos::RCP<const Teuchos::SerialComm<int> >
68 #endif // XPETRA_SERIALPLATFORM_HPP