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

Contains information on a computational node containing a number of processors. More...

Private Attributes

integer(intg) number_processors
 The number of processors for this computational node. More...
 
integer(intg) rank
 The MPI rank of this computational node. More...
 
integer(intg) node_name_length
 The length of the name of the computational node. More...
 
character(len=mpi_max_processor_name) node_name
 The name of the computational node. More...
 

Detailed Description

Contains information on a computational node containing a number of processors.

Definition at line 96 of file computational_environment.f90.

Member Data Documentation

character(len=mpi_max_processor_name) comp_environment::computational_node_type::node_name
private

The name of the computational node.

Definition at line 101 of file computational_environment.f90.

integer(intg) comp_environment::computational_node_type::node_name_length
private

The length of the name of the computational node.

Definition at line 100 of file computational_environment.f90.

integer(intg) comp_environment::computational_node_type::number_processors
private

The number of processors for this computational node.

Definition at line 97 of file computational_environment.f90.

integer(intg) comp_environment::computational_node_type::rank
private

The MPI rank of this computational node.

Definition at line 98 of file computational_environment.f90.