OpenCMISS-Iron Internal API Documentation
base_routines::computationalnodenumbersset Interface Reference

Private Member Functions

subroutine computational_node_numbers_set (MY_NODE_NUMBER, NUMBER_OF_NODES, ERR, ERROR,)
 Set the computational node numbers. Note: this is done as a subroutine as COMPUTATIONAL_ENVIRONMENT depends on BASE_ROUTINES. More...
 

Detailed Description

Definition at line 203 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::computationalnodenumbersset::computational_node_numbers_set ( integer(intg), intent(in)  MY_NODE_NUMBER,
integer(intg), intent(in)  NUMBER_OF_NODES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Set the computational node numbers. Note: this is done as a subroutine as COMPUTATIONAL_ENVIRONMENT depends on BASE_ROUTINES.

Parameters
[in]my_node_numberThe node number for this rank.
[in]number_of_nodesThe number of computational nodes.
[out]errThe error code
[out]errorThe error string

Definition at line 623 of file base_routines.f90.