45 #ifndef TPETRA_DETAILS_PRINTONCE_HPP 46 #define TPETRA_DETAILS_PRINTONCE_HPP 48 #include "TpetraCore_config.h" 52 #ifndef DOXYGEN_SHOULD_SKIP_THIS 55 template <
class OrdinalType>
class Comm;
57 #endif // DOXYGEN_SHOULD_SKIP_THIS 77 const Teuchos::Comm<int>* comm);
82 #endif // TPETRA_DETAILS_PRINTONCE_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
void printOnce(std::ostream &out, const std::string &s, const Teuchos::Comm< int > *comm)
Print on one process of the given communicator, or at least try to do so (if MPI is not initialized)...
Implementation details of Tpetra.