|
|
@ -50,6 +50,9 @@
|
|
|
|
! desc - type(psb_desc_type). The communication descriptor.
|
|
|
|
! desc - type(psb_desc_type). The communication descriptor.
|
|
|
|
! info - integer. return code.
|
|
|
|
! info - integer. return code.
|
|
|
|
!
|
|
|
|
!
|
|
|
|
|
|
|
|
submodule (psi_i_mod) psi_bld_tmpovrl_impl_mod
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contains
|
|
|
|
subroutine psi_bld_tmpovrl(iv,desc,info)
|
|
|
|
subroutine psi_bld_tmpovrl(iv,desc,info)
|
|
|
|
use psb_desc_mod
|
|
|
|
use psb_desc_mod
|
|
|
|
use psb_serial_mod
|
|
|
|
use psb_serial_mod
|
|
|
@ -57,7 +60,6 @@ subroutine psi_bld_tmpovrl(iv,desc,info)
|
|
|
|
use psb_error_mod
|
|
|
|
use psb_error_mod
|
|
|
|
use psb_penv_mod
|
|
|
|
use psb_penv_mod
|
|
|
|
use psb_realloc_mod
|
|
|
|
use psb_realloc_mod
|
|
|
|
use psi_mod, psb_protect_name => psi_bld_tmpovrl
|
|
|
|
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
integer(psb_ipk_), intent(in) :: iv(:)
|
|
|
|
integer(psb_ipk_), intent(in) :: iv(:)
|
|
|
|
type(psb_desc_type), intent(inout) :: desc
|
|
|
|
type(psb_desc_type), intent(inout) :: desc
|
|
|
@ -148,3 +150,5 @@ subroutine psi_bld_tmpovrl(iv,desc,info)
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
end subroutine psi_bld_tmpovrl
|
|
|
|
end subroutine psi_bld_tmpovrl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end submodule psi_bld_tmpovrl_impl_mod
|
|
|
|