OpenCMISS-Iron Internal API Documentation
|
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... | |
Contains information on a computational node containing a number of processors.
Definition at line 96 of file computational_environment.f90.
|
private |
The name of the computational node.
Definition at line 101 of file computational_environment.f90.
|
private |
The length of the name of the computational node.
Definition at line 100 of file computational_environment.f90.
|
private |
The number of processors for this computational node.
Definition at line 97 of file computational_environment.f90.
|
private |
The MPI rank of this computational node.
Definition at line 98 of file computational_environment.f90.