|
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...
|
|
Definition at line 203 of file base_routines.f90.
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_number | The node number for this rank. |
[in] | number_of_nodes | The number of computational nodes. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 623 of file base_routines.f90.