17#ifndef TPETRA_DETAILS_GLOBALERROR_HPP
18#define TPETRA_DETAILS_GLOBALERROR_HPP
20#include "TpetraCore_config.h"
23template <
class OrdinalType>
32void checkGlobalError(std::ostream& globalOutputStream,
33 const bool localSuccess,
34 const char localErrorMessage[],
35 const char globalErrorMessageHeader[],
36 const Teuchos::Comm<int>& comm);
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.