compute_rank_pos_from_global Subroutine

public pure subroutine compute_rank_pos_from_global(self, global_ranks)

From the global rank maps, fills in the rank position as well as the previous and next rank in the par structure

Type Bound

par_t

Arguments

Type IntentOptional Attributes Name
class(par_t), intent(inout) :: self
integer, intent(in), dimension(:, :, :) :: global_ranks

Called by

proc~~compute_rank_pos_from_global~~CalledByGraph proc~compute_rank_pos_from_global m_mesh_content::par_t%compute_rank_pos_from_global proc~decomposition_2decomp m_decomp::decomposition_2decomp proc~decomposition_2decomp->proc~compute_rank_pos_from_global proc~decomposition_generic m_mesh::decomposition_generic proc~decomposition_generic->proc~compute_rank_pos_from_global proc~mesh_init m_mesh::mesh_init proc~mesh_init->proc~decomposition_2decomp proc~mesh_init->proc~decomposition_generic interface~mesh_t m_mesh::mesh_t interface~mesh_t->proc~mesh_init