Utility function to set the rank of an MPI process.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | rank |
Desired rank identification. |
subroutine set_rank(rank) !! Utility function to set the rank of an MPI process. integer, intent(in) :: rank !! Desired rank identification. nid = rank end subroutine set_rank