Add adjncy component

fnd_owner
Salvatore Filippone 5 years ago
parent 4366ac4948
commit b3d6a970ee

@ -127,6 +127,8 @@ module psb_indx_map_mod
integer(psb_ipk_), allocatable :: oracle(:,:)
!> Halo owners
integer(psb_ipk_), allocatable :: halo_owner(:)
!> Adjacency list for processes
integer(psb_ipk_), allocatable :: p_adjncy(:)
contains

Loading…
Cancel
Save