FreeBSD kernel pms device code
mpiMemReq_s Struct Reference

Describes MPI memory requirements. More...

#include <mpi.h>

Collaboration diagram for mpiMemReq_s:

Data Fields

bit32 count
 
mpiMem_t region [MPI_MAX_MEM_REGIONS]
 

Detailed Description

Describes MPI memory requirements.

The mpiMemRequirements_t is used to specify the memory allocation requirement for the MPI. This is the data structure used in the mpiGetRequirements() and the mpiInitialize() function calls

Definition at line 135 of file mpi.h.

Field Documentation

◆ count

bit32 mpiMemReq_s::count

The number of element in the mpiMemory array

Definition at line 137 of file mpi.h.

Referenced by mpiInitialize(), mpiRequirementsGet(), saGetRequirements(), and saInitialize().

◆ region

mpiMem_t mpiMemReq_s::region[MPI_MAX_MEM_REGIONS]

Pointer to the array of structures that define memroy regions

Definition at line 138 of file mpi.h.

Referenced by mpiInitialize(), mpiRequirementsGet(), saGetRequirements(), and saInitialize().


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