46 #ifndef XPETRA_SERIALPLATFORM_HPP
47 #define XPETRA_SERIALPLATFORM_HPP
49 #include <Teuchos_DefaultSerialComm.hpp>
50 #include <Teuchos_Describable.hpp>
58 template<
class Node=KokkosClassic::DefaultNode::DefaultNodeType>
78 const Teuchos::RCP< const Teuchos::SerialComm<int> >
getComm()
const;
87 Teuchos::RCP<const Teuchos::SerialComm<int> >
comm_;
92 comm_ (Teuchos::rcp(new Teuchos::SerialComm<int>()))
99 const Teuchos::RCP< const Teuchos::SerialComm<int> >
107 #endif // XPETRA_SERIALPLATFORM_HPP