|
|
|
@ -1857,7 +1857,7 @@ contains
|
|
|
|
class(psb_c_base_vect_type) :: x
|
|
|
|
class(psb_c_base_vect_type) :: x
|
|
|
|
|
|
|
|
|
|
|
|
if (idx%is_dev()) call idx%sync()
|
|
|
|
if (idx%is_dev()) call idx%sync()
|
|
|
|
call x%gthzv(n,idx%v(i:),y)
|
|
|
|
call x%gth(n,idx%v(i:),y)
|
|
|
|
|
|
|
|
|
|
|
|
end subroutine c_base_gthzv_x
|
|
|
|
end subroutine c_base_gthzv_x
|
|
|
|
|
|
|
|
|
|
|
|
@ -1877,7 +1877,7 @@ contains
|
|
|
|
end if
|
|
|
|
end if
|
|
|
|
if (idx%is_dev()) call idx%sync()
|
|
|
|
if (idx%is_dev()) call idx%sync()
|
|
|
|
if (x%is_dev()) call x%sync()
|
|
|
|
if (x%is_dev()) call x%sync()
|
|
|
|
call x%gthzv(n,idx%v(i:),x%combuf(i:))
|
|
|
|
call x%gth(n,idx%v(i:),x%combuf(i:))
|
|
|
|
|
|
|
|
|
|
|
|
end subroutine c_base_gthzbuf
|
|
|
|
end subroutine c_base_gthzbuf
|
|
|
|
!
|
|
|
|
!
|
|
|
|
|