|
|
@ -28,9 +28,9 @@
|
|
|
|
!!$ POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
!!$ POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
!!$
|
|
|
|
!!$
|
|
|
|
!!$
|
|
|
|
!!$
|
|
|
|
! File: psb_descprt.f90
|
|
|
|
! File: psb_cdprt.f90
|
|
|
|
!
|
|
|
|
!
|
|
|
|
! Subroutine: psb_descprt
|
|
|
|
! Subroutine: psb_cdprt
|
|
|
|
! Prints the descriptor to an output file
|
|
|
|
! Prints the descriptor to an output file
|
|
|
|
!
|
|
|
|
!
|
|
|
|
! Parameters:
|
|
|
|
! Parameters:
|
|
|
@ -38,7 +38,7 @@
|
|
|
|
! desc_p - type(<psb_desc_type>). The communication descriptor to be printed.
|
|
|
|
! desc_p - type(<psb_desc_type>). The communication descriptor to be printed.
|
|
|
|
! glob - logical(otpional). Wheter to print out global or local data.
|
|
|
|
! glob - logical(otpional). Wheter to print out global or local data.
|
|
|
|
! short - logical(optional). Used to choose a verbose output.
|
|
|
|
! short - logical(optional). Used to choose a verbose output.
|
|
|
|
subroutine psb_descprt(iout,desc_p,glob,short)
|
|
|
|
subroutine psb_cdprt(iout,desc_p,glob,short)
|
|
|
|
use psb_const_mod
|
|
|
|
use psb_const_mod
|
|
|
|
use psb_descriptor_type
|
|
|
|
use psb_descriptor_type
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
@ -203,4 +203,4 @@ subroutine psb_descprt(iout,desc_p,glob,short)
|
|
|
|
enddo
|
|
|
|
enddo
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
end if
|
|
|
|
end if
|
|
|
|
end subroutine psb_descprt
|
|
|
|
end subroutine psb_cdprt
|