Fix borderline case with graph_fnd_owner

psblas-3.6-maint V3.6.1-1
Salvatore Filippone 6 years ago
parent deae7e9963
commit 6f92a78096

@ -142,6 +142,7 @@ subroutine psi_graph_fnd_owner(idx,iprc,idxmap,info)
tmpv(1) = nadj tmpv(1) = nadj
tmpv(2) = nrest_max tmpv(2) = nrest_max
call psb_max(ictxt,tmpv) call psb_max(ictxt,tmpv)
nrest_max = tmpv(2)
if ((tmpv(1) > 0).and.(tmpv(2) >0)) then if ((tmpv(1) > 0).and.(tmpv(2) >0)) then
! !
! Do a preliminary run on the user-defined adjacency lists ! Do a preliminary run on the user-defined adjacency lists

Loading…
Cancel
Save