base/internals/psi_bld_tmphalo.f90


Revert: in tight loops on small sizes it's better to call directly
into %indxmap%
psblas-testmv
Salvatore Filippone 11 years ago
parent 81b9285e85
commit f1db2225bb

@ -100,8 +100,8 @@ subroutine psi_bld_tmphalo(desc,info)
helem(i) = n_row+i ! desc%loc_to_glob(n_row+i) helem(i) = n_row+i ! desc%loc_to_glob(n_row+i)
end do end do
call desc%l2gip(helem(1:nh),info) call desc%indxmap%l2gip(helem(1:nh),info)
call desc%fnd_owner(helem(1:nh),hproc,info) call desc%indxmap%fnd_owner(helem(1:nh),hproc,info)
if (info /= psb_success_) then if (info /= psb_success_) then
call psb_errpush(psb_err_from_subroutine_,name,a_err='fnd_owner') call psb_errpush(psb_err_from_subroutine_,name,a_err='fnd_owner')

Loading…
Cancel
Save