NewMadeleine

Documentation

« back to PM2 home.
nm_mpi_datatype_ser_s Struct Reference

Serialized version of the internal datatype. More...

#include <nm_mpi_private.h>

Collaboration diagram for nm_mpi_datatype_ser_s:

Data Structures

union  nm_mpi_datatype_ser_param_u
 combiner specific parameters More...
 

Data Fields

nm_mpi_type_combiner_t combiner
 combiner of datatype elements
 
nm_mpi_count_t count
 number of blocks in type map
 
size_t ser_size
 size of the datatype once serialized
 
nm_mpi_datatype_hash_t hash
 (probably unique) datatype hash
 
union nm_mpi_datatype_ser_s::nm_mpi_datatype_ser_param_u p
 

Detailed Description

Serialized version of the internal datatype.

Note
: each array in the types are inlined

Definition at line 563 of file nm_mpi_private.h.

Field Documentation

◆ combiner

nm_mpi_type_combiner_t nm_mpi_datatype_ser_s::combiner

combiner of datatype elements

Definition at line 566 of file nm_mpi_private.h.

◆ count

nm_mpi_count_t nm_mpi_datatype_ser_s::count

number of blocks in type map

Definition at line 568 of file nm_mpi_private.h.

◆ hash

nm_mpi_datatype_hash_t nm_mpi_datatype_ser_s::hash

(probably unique) datatype hash

Definition at line 572 of file nm_mpi_private.h.

◆ p

◆ ser_size

size_t nm_mpi_datatype_ser_s::ser_size

size of the datatype once serialized

Definition at line 570 of file nm_mpi_private.h.


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