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 62 of file Comm_test.cpp.
bool testComm | ( | const Teuchos::Comm< Ordinal > & | comm, |
const Teuchos::RCP< Teuchos::FancyOStream > & | out | ||
) |
Definition at line 82 of file Comm_test.cpp.
bool masterTestComm | ( | const Teuchos::RCP< Teuchos::FancyOStream > & | out | ) |
Definition at line 368 of file Comm_test.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 468 of file Comm_test.cpp.