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