Teuchos_ErrorPolling.hpp File Reference

#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_TestForException.hpp"

Include dependency graph for Teuchos_ErrorPolling.hpp:

This graph shows which files directly or indirectly include this file:

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 Documentation

#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());
This macro polls all processors in the given communicator to find out whether an error has been reported by a call to ErrorPolling::reportFailure(comm).

Parameters:
comm [in] The communicator on which polling will be done

Definition at line 107 of file Teuchos_ErrorPolling.hpp.


Generated on Wed Oct 21 14:27:35 2009 for Teuchos - Trilinos Tools Package by  doxygen 1.5.9