OpenCMISS-Iron Internal API Documentation
comp_environment::mpi_computational_node_type Type Reference

Contains information on the MPI type to transfer information about a computational node. More...

Private Attributes

integer(intg) mpi_type
 The MPI data type. More...
 
integer(intg) num_blocks
 The number of blocks in the MPI data type. This will be equal to 4. More...
 
integer(intg), dimension(4) block_lengths
 The length of each block. More...
 
integer(intg), dimension(4) types
 The data types of each block. More...
 
integer(mpi_address_kind), dimension(4) displacements
 The address displacements to each block. More...
 

Detailed Description

Contains information on the MPI type to transfer information about a computational node.

Definition at line 107 of file computational_environment.f90.

Member Data Documentation

integer(intg), dimension(4) comp_environment::mpi_computational_node_type::block_lengths
private

The length of each block.

Definition at line 110 of file computational_environment.f90.

integer(mpi_address_kind), dimension(4) comp_environment::mpi_computational_node_type::displacements
private

The address displacements to each block.

Definition at line 112 of file computational_environment.f90.

integer(intg) comp_environment::mpi_computational_node_type::mpi_type
private

The MPI data type.

Definition at line 108 of file computational_environment.f90.

integer(intg) comp_environment::mpi_computational_node_type::num_blocks
private

The number of blocks in the MPI data type. This will be equal to 4.

Definition at line 109 of file computational_environment.f90.

integer(intg), dimension(4) comp_environment::mpi_computational_node_type::types
private

The data types of each block.

Definition at line 111 of file computational_environment.f90.