OpenCMISS-Iron Internal API Documentation
|
Contains information on the computational environment the program is running in. More...
Private Attributes | |
integer(intg) | mpi_comm |
The MPI communicator for cmiss. More... | |
integer(intg) | number_computational_nodes |
The number of computational nodes. More... | |
integer(intg) | my_computational_node_number |
The index of the running process. More... | |
type(computational_node_type), dimension(:), allocatable | computational_nodes |
COMPUTATIONAL_NODES(node_idx). Contains information on the node_idx'th computational node. More... | |
Contains information on the computational environment the program is running in.
Definition at line 116 of file computational_environment.f90.
|
private |
COMPUTATIONAL_NODES(node_idx). Contains information on the node_idx'th computational node.
Definition at line 120 of file computational_environment.f90.
|
private |
The MPI communicator for cmiss.
Definition at line 117 of file computational_environment.f90.
|
private |
The index of the running process.
Definition at line 119 of file computational_environment.f90.
|
private |
The number of computational nodes.
Definition at line 118 of file computational_environment.f90.