Teuchos - Trilinos Tools Package
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 | |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
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.