PlayaMPITraits.hpp File Reference

Declaration of a templated traits class for binding MPI types to C++ types. This is for use with the MPIComm class and is supposed to compile rgeardless of whether MPI has been enabled. If you need to convert directly to MPI types (e.g., MPI_INT), please refer to Teuchos_MPIRawTraits.hpp. More...

Go to the source code of this file.


Classes

class  Playa::MPITraits< T >
 Templated traits class that binds MPI types to C++ types. More...
class  Playa::MPITraits< int >
class  Playa::MPITraits< float >
class  Playa::MPITraits< double >
class  Playa::MPITraits< char >

Namespaces

namespace  Playa
 Playa is a collection of high-level objects for linear algebra.


Detailed Description

Declaration of a templated traits class for binding MPI types to C++ types. This is for use with the MPIComm class and is supposed to compile rgeardless of whether MPI has been enabled. If you need to convert directly to MPI types (e.g., MPI_INT), please refer to Teuchos_MPIRawTraits.hpp.

Definition in file PlayaMPITraits.hpp.

Site Contact