Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
A templated traits class for binding MPI types to C++ types. More...
#include "Teuchos_MPIComm.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::MPITraits< T > |
Templated traits class that binds MPI types to C++ types. More... | |
Namespaces | |
Teuchos | |
A templated traits class for binding MPI types to C++ types.
Teuchos::MPIComm
is deprecated.The Teuchos::MPITraits
class is for use with the Teuchos::MPIComm
class and is supposed to compile whether or not Trilinos was built with MPI. If you need to convert directly to MPI types (e.g., MPI_INT), please refer to Teuchos_MPIRawTraits.hpp.
Definition in file Teuchos_MPITraits.hpp.