|
Zoltan2
|
#include <Zoltan2_config.h>#include <iostream>#include <string>#include <exception>#include <Teuchos_RCP.hpp>#include <Teuchos_Comm.hpp>#include <Teuchos_CommHelpers.hpp>

Go to the source code of this file.
Macros | |
| #define | TEST_FAIL_AND_THROW(comm, ok, s) |
| #define | TEST_FAIL_AND_EXIT(comm, ok, s, code) |
| #define | TEST_FAIL_AND_RETURN(comm, ok, s) |
| #define | TEST_FAIL_AND_RETURN_VALUE(comm, ok, s, rc) |
Functions | |
| int | globalFail (const Comm< int > &comm, int fail) |
| void | printFailureCode (const Comm< int > &comm, int fail) |
| #define TEST_FAIL_AND_THROW | ( | comm, | |
| ok, | |||
| s ) |
Definition at line 62 of file ErrorHandlingForTests.hpp.
| #define TEST_FAIL_AND_EXIT | ( | comm, | |
| ok, | |||
| s, | |||
| code ) |
Definition at line 70 of file ErrorHandlingForTests.hpp.
| #define TEST_FAIL_AND_RETURN | ( | comm, | |
| ok, | |||
| s ) |
Definition at line 83 of file ErrorHandlingForTests.hpp.
| #define TEST_FAIL_AND_RETURN_VALUE | ( | comm, | |
| ok, | |||
| s, | |||
| rc ) |
Definition at line 96 of file ErrorHandlingForTests.hpp.
| int globalFail | ( | const Comm< int > & | comm, |
| int | fail ) |
Definition at line 109 of file ErrorHandlingForTests.hpp.
| void printFailureCode | ( | const Comm< int > & | comm, |
| int | fail ) |
Definition at line 116 of file ErrorHandlingForTests.hpp.