OpenCMISS-Iron Internal API Documentation
|
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... | |
Contains information on the MPI type to transfer information about a computational node.
Definition at line 107 of file computational_environment.f90.
|
private |
The length of each block.
Definition at line 110 of file computational_environment.f90.
|
private |
The address displacements to each block.
Definition at line 112 of file computational_environment.f90.
|
private |
The MPI data type.
Definition at line 108 of file computational_environment.f90.
|
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.
|
private |
The data types of each block.
Definition at line 111 of file computational_environment.f90.