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

Contains information on the computational environment the program is running in. More...

Collaboration diagram for comp_environment::computational_environment_type:

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...
 

Detailed Description

Contains information on the computational environment the program is running in.

Definition at line 116 of file computational_environment.f90.

Member Data Documentation

type(computational_node_type), dimension(:), allocatable comp_environment::computational_environment_type::computational_nodes
private

COMPUTATIONAL_NODES(node_idx). Contains information on the node_idx'th computational node.

Definition at line 120 of file computational_environment.f90.

integer(intg) comp_environment::computational_environment_type::mpi_comm
private

The MPI communicator for cmiss.

Definition at line 117 of file computational_environment.f90.

integer(intg) comp_environment::computational_environment_type::my_computational_node_number
private

The index of the running process.

Definition at line 119 of file computational_environment.f90.

integer(intg) comp_environment::computational_environment_type::number_computational_nodes
private

The number of computational nodes.

Definition at line 118 of file computational_environment.f90.