AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Data Fields
Aqua::CalcServer::MPISync::Exchanger::MPIType Struct Reference

Data structure to store the type information required by MPI. More...

#include <MPISync.h>

Data Fields

unsigned int n
 Number of components.
 
MPI_Datatype t
 Underlying type, in MPI format.
 

Detailed Description

Data structure to store the type information required by MPI.

MPI requires its own data type enumerate to let the interface know how the data shall be packed/unpacked. To this end, we should store the underlying type, and the number of components

Field Documentation

◆ n

unsigned int Aqua::CalcServer::MPISync::Exchanger::MPIType::n

Number of components.

◆ t

MPI_Datatype Aqua::CalcServer::MPISync::Exchanger::MPIType::t

Underlying type, in MPI format.


The documentation for this struct was generated from the following file: