| Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    | 
#include "Teuchos_CommHelpers.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_Version.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_OrdinalTraits.hpp"#include "Teuchos_TimeMonitor.hpp"#include "Teuchos_as.hpp"
Go to the source code of this file.
| Functions | |
| template<typename Ordinal > | |
| bool | checkSumResult (const Teuchos::Comm< Ordinal > &comm, const Teuchos::RCP< Teuchos::FancyOStream > &out, const bool result) | 
| template<typename Ordinal , typename Packet > | |
| bool | testComm (const Teuchos::Comm< Ordinal > &comm, const Teuchos::RCP< Teuchos::FancyOStream > &out) | 
| template<typename Ordinal > | |
| bool | masterTestComm (const Teuchos::RCP< Teuchos::FancyOStream > &out) | 
| int | main (int argc, char *argv[]) | 
| bool checkSumResult | ( | const Teuchos::Comm< Ordinal > & | comm, | 
| const Teuchos::RCP< Teuchos::FancyOStream > & | out, | ||
| const bool | result | ||
| ) | 
Definition at line 28 of file Comm_test.cpp.
| bool testComm | ( | const Teuchos::Comm< Ordinal > & | comm, | 
| const Teuchos::RCP< Teuchos::FancyOStream > & | out | ||
| ) | 
Definition at line 48 of file Comm_test.cpp.
| bool masterTestComm | ( | const Teuchos::RCP< Teuchos::FancyOStream > & | out | ) | 
Definition at line 334 of file Comm_test.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 434 of file Comm_test.cpp.
 1.8.5
 1.8.5