|
|
@ -65,13 +65,13 @@ module psb_error_mod
|
|
|
|
end subroutine psb_perror
|
|
|
|
end subroutine psb_perror
|
|
|
|
end interface
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
interface psb_errcomm
|
|
|
|
subroutine psb_errcomm(ictxt, err)
|
|
|
|
subroutine psb_errcomm(ictxt, err)
|
|
|
|
import :: psb_mpik_, psb_ipk_
|
|
|
|
import :: psb_mpik_, psb_ipk_
|
|
|
|
integer(psb_mpik_), intent(in) :: ictxt
|
|
|
|
integer(psb_mpik_), intent(in) :: ictxt
|
|
|
|
integer(psb_ipk_), intent(inout):: err
|
|
|
|
integer(psb_ipk_), intent(inout):: err
|
|
|
|
end subroutine psb_errcomm
|
|
|
|
end subroutine psb_errcomm
|
|
|
|
end interface
|
|
|
|
end interface psb_errcomm
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(LONG_INTEGERS)
|
|
|
|
#if defined(LONG_INTEGERS)
|
|
|
|
interface psb_error
|
|
|
|
interface psb_error
|
|
|
|