SimGrid  3.14.159
Versatile Simulation of Distributed Systems
s_smpi_subtype Struct Reference

#include <private.h>

Public Attributes

void(* serialize )(const void *input, void *output, int count, void *subtype)
 
void(* unserialize )(const void *input, void *output, int count, void *subtype, MPI_Op op)
 
void(* subtype_free )(MPI_Datatype *type)
 
void(* subtype_use )(MPI_Datatype *type)
 

Member Data Documentation

§ serialize

void(* s_smpi_subtype::serialize) (const void *input, void *output, int count, void *subtype)

§ unserialize

void(* s_smpi_subtype::unserialize) (const void *input, void *output, int count, void *subtype, MPI_Op op)

§ subtype_free

void(* s_smpi_subtype::subtype_free) (MPI_Datatype *type)

§ subtype_use

void(* s_smpi_subtype::subtype_use) (MPI_Datatype *type)

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