A superclass describing an operator for converting from/to different MPI layouts. More...
Public Member Functions | |
IMPITranspose (MPI_Comm comm) | |
A constructor for the class. | |
Protected Attributes | |
MPI_Comm | m_comm |
The MPI communicator. | |
A superclass describing an operator for converting from/to different MPI layouts.
Layout1 | One of the MPI layouts. |
Layout2 | The other MPI layouts. |
|
inlineexplicit |
A constructor for the class.
comm | The MPI communicator |