|
|
@ -31,37 +31,37 @@
|
|
|
|
module psb_comm_mod
|
|
|
|
module psb_comm_mod
|
|
|
|
|
|
|
|
|
|
|
|
interface psb_ovrl
|
|
|
|
interface psb_ovrl
|
|
|
|
subroutine psb_dovrlm(x,desc_a,info,jx,ik,work,update)
|
|
|
|
subroutine psb_dovrlm(x,desc_a,info,jx,ik,work,update,mode)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
real(kind(1.d0)), intent(inout) :: x(:,:)
|
|
|
|
real(kind(1.d0)), intent(inout) :: x(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
real(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
real(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
integer, intent(in), optional :: update,jx,ik
|
|
|
|
integer, intent(in), optional :: update,jx,ik,mode
|
|
|
|
end subroutine psb_dovrlm
|
|
|
|
end subroutine psb_dovrlm
|
|
|
|
subroutine psb_dovrlv(x,desc_a,info,work,update)
|
|
|
|
subroutine psb_dovrlv(x,desc_a,info,work,update,mode)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
real(kind(1.d0)), intent(inout) :: x(:)
|
|
|
|
real(kind(1.d0)), intent(inout) :: x(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
real(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
real(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
integer, intent(in), optional :: update
|
|
|
|
integer, intent(in), optional :: update,mode
|
|
|
|
end subroutine psb_dovrlv
|
|
|
|
end subroutine psb_dovrlv
|
|
|
|
subroutine psb_zovrlm(x,desc_a,info,jx,ik,work,update)
|
|
|
|
subroutine psb_zovrlm(x,desc_a,info,jx,ik,work,update,mode)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:,:)
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
complex(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
complex(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
integer, intent(in), optional :: update,jx,ik
|
|
|
|
integer, intent(in), optional :: update,jx,ik,mode
|
|
|
|
end subroutine psb_zovrlm
|
|
|
|
end subroutine psb_zovrlm
|
|
|
|
subroutine psb_zovrlv(x,desc_a,info,work,update)
|
|
|
|
subroutine psb_zovrlv(x,desc_a,info,work,update,mode)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:)
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
complex(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
complex(kind(1.d0)), intent(inout), optional :: work(:)
|
|
|
|
integer, intent(in), optional :: update
|
|
|
|
integer, intent(in), optional :: update,mode
|
|
|
|
end subroutine psb_zovrlv
|
|
|
|
end subroutine psb_zovrlv
|
|
|
|
end interface
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
|
@ -108,21 +108,21 @@ module psb_comm_mod
|
|
|
|
end subroutine psb_ihalov
|
|
|
|
end subroutine psb_ihalov
|
|
|
|
subroutine psb_zhalom(x,desc_a,info,alpha,jx,ik,work,tran,mode,data)
|
|
|
|
subroutine psb_zhalom(x,desc_a,info,alpha,jx,ik,work,tran,mode,data)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:,:)
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
complex(kind(1.d0)), intent(in), optional :: alpha
|
|
|
|
complex(kind(1.d0)), intent(in), optional :: alpha
|
|
|
|
complex(kind(1.d0)), target, optional :: work(:)
|
|
|
|
complex(kind(1.d0)), target, optional :: work(:)
|
|
|
|
integer, intent(in), optional :: mode,jx,ik,data
|
|
|
|
integer, intent(in), optional :: mode,jx,ik,data
|
|
|
|
character, intent(in), optional :: tran
|
|
|
|
character, intent(in), optional :: tran
|
|
|
|
end subroutine psb_zhalom
|
|
|
|
end subroutine psb_zhalom
|
|
|
|
subroutine psb_zhalov(x,desc_a,info,alpha,work,tran,mode,data)
|
|
|
|
subroutine psb_zhalov(x,desc_a,info,alpha,work,tran,mode,data)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:)
|
|
|
|
complex(kind(1.d0)), intent(inout) :: x(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
complex(kind(1.d0)), intent(in), optional :: alpha
|
|
|
|
complex(kind(1.d0)), intent(in), optional :: alpha
|
|
|
|
complex(kind(1.d0)), target, optional :: work(:)
|
|
|
|
complex(kind(1.d0)), target, optional :: work(:)
|
|
|
|
integer, intent(in), optional :: mode,data
|
|
|
|
integer, intent(in), optional :: mode,data
|
|
|
|
character, intent(in), optional :: tran
|
|
|
|
character, intent(in), optional :: tran
|
|
|
|
end subroutine psb_zhalov
|
|
|
|
end subroutine psb_zhalov
|
|
|
@ -148,32 +148,32 @@ module psb_comm_mod
|
|
|
|
end subroutine psb_dscatterv
|
|
|
|
end subroutine psb_dscatterv
|
|
|
|
subroutine psb_zscatterm(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_zscatterm(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(out) :: locx(:,:)
|
|
|
|
complex(kind(1.d0)), intent(out) :: locx(:,:)
|
|
|
|
complex(kind(1.d0)), intent(in) :: globx(:,:)
|
|
|
|
complex(kind(1.d0)), intent(in) :: globx(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
end subroutine psb_zscatterm
|
|
|
|
end subroutine psb_zscatterm
|
|
|
|
subroutine psb_zscatterv(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_zscatterv(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(out) :: locx(:)
|
|
|
|
complex(kind(1.d0)), intent(out) :: locx(:)
|
|
|
|
complex(kind(1.d0)), intent(in) :: globx(:)
|
|
|
|
complex(kind(1.d0)), intent(in) :: globx(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
end subroutine psb_zscatterv
|
|
|
|
end subroutine psb_zscatterv
|
|
|
|
subroutine psb_iscatterm(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_iscatterm(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
integer, intent(out) :: locx(:,:)
|
|
|
|
integer, intent(out) :: locx(:,:)
|
|
|
|
integer, intent(in) :: globx(:,:)
|
|
|
|
integer, intent(in) :: globx(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
end subroutine psb_iscatterm
|
|
|
|
end subroutine psb_iscatterm
|
|
|
|
subroutine psb_iscatterv(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_iscatterv(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
integer, intent(out) :: locx(:)
|
|
|
|
integer, intent(out) :: locx(:)
|
|
|
|
integer, intent(in) :: globx(:)
|
|
|
|
integer, intent(in) :: globx(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
@ -183,16 +183,16 @@ module psb_comm_mod
|
|
|
|
interface psb_gather
|
|
|
|
interface psb_gather
|
|
|
|
subroutine psb_igatherm(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_igatherm(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
integer, intent(in) :: locx(:,:)
|
|
|
|
integer, intent(in) :: locx(:,:)
|
|
|
|
integer, intent(out) :: globx(:,:)
|
|
|
|
integer, intent(out) :: globx(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
end subroutine psb_igatherm
|
|
|
|
end subroutine psb_igatherm
|
|
|
|
subroutine psb_igatherv(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_igatherv(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
integer, intent(in) :: locx(:)
|
|
|
|
integer, intent(in) :: locx(:)
|
|
|
|
integer, intent(out) :: globx(:)
|
|
|
|
integer, intent(out) :: globx(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
@ -215,19 +215,19 @@ module psb_comm_mod
|
|
|
|
end subroutine psb_dgatherv
|
|
|
|
end subroutine psb_dgatherv
|
|
|
|
subroutine psb_zgatherm(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_zgatherm(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(in) :: locx(:,:)
|
|
|
|
complex(kind(1.d0)), intent(in) :: locx(:,:)
|
|
|
|
complex(kind(1.d0)), intent(out) :: globx(:,:)
|
|
|
|
complex(kind(1.d0)), intent(out) :: globx(:,:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
end subroutine psb_zgatherm
|
|
|
|
end subroutine psb_zgatherm
|
|
|
|
subroutine psb_zgatherv(globx, locx, desc_a, info, root)
|
|
|
|
subroutine psb_zgatherv(globx, locx, desc_a, info, root)
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
complex(kind(1.d0)), intent(in) :: locx(:)
|
|
|
|
complex(kind(1.d0)), intent(in) :: locx(:)
|
|
|
|
complex(kind(1.d0)), intent(out) :: globx(:)
|
|
|
|
complex(kind(1.d0)), intent(out) :: globx(:)
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
integer, intent(in), optional :: root
|
|
|
|
end subroutine psb_zgatherv
|
|
|
|
end subroutine psb_zgatherv
|
|
|
|
end interface
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
|
|