Fix test/openacc/dpdegenmv

openacc
sfilippone 1 year ago
parent 89cbc5ef3a
commit 4dd9ee9866

@ -583,6 +583,9 @@ program pdgenmv
#ifdef OPENACC #ifdef OPENACC
type(psb_d_vect_oacc) :: vmold type(psb_d_vect_oacc) :: vmold
type(psb_i_vect_oacc) :: imold type(psb_i_vect_oacc) :: imold
#else
type(psb_d_base_vect_type) :: vmold
type(psb_i_base_vect_type) :: imold
#endif #endif
real(psb_dpk_), allocatable :: x1(:), x2(:), x0(:) real(psb_dpk_), allocatable :: x1(:), x2(:), x0(:)
! blacs parameters ! blacs parameters
@ -749,7 +752,6 @@ program pdgenmv
call psb_amx(ctxt,t2) call psb_amx(ctxt,t2)
if (j==1) tcnvg1 = t2 if (j==1) tcnvg1 = t2
tcnvgpu = tcnvgpu + t2 tcnvgpu = tcnvgpu + t2
#endif
end do end do

Loading…
Cancel
Save