#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_TestForException.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::ErrorPolling |
ErrorPolling provides utilities for establishing agreement between processors on whether an std::exception has been detected on any one processor. More... | |
Namespaces | |
namespace | Teuchos |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Defines | |
#define | TEUCHOS_POLL_FOR_FAILURES(comm) |
#define TEUCHOS_POLL_FOR_FAILURES | ( | comm | ) |
Value:
TEST_FOR_EXCEPTION(Teuchos::ErrorPolling::pollForFailures(comm), \ std::runtime_error, \ "off-processor error detected by proc=" << (comm).getRank());
comm | [in] The communicator on which polling will be done |
Definition at line 107 of file Teuchos_ErrorPolling.hpp.