Last fix for compilation with I8_L8

ILmat
Salvatore Filippone 8 years ago
parent 8550e380e4
commit 90603ba890

@ -4,12 +4,11 @@ subroutine psb_errcomm_i(ictxt, err)
use psb_penv_mod use psb_penv_mod
integer(psb_ipk_), intent(in) :: ictxt integer(psb_ipk_), intent(in) :: ictxt
integer(psb_ipk_), intent(inout):: err integer(psb_ipk_), intent(inout):: err
integer(psb_mpk_) :: iictxt
iictxt = ictxt if (psb_get_global_checks()) call psb_amx(ictxt, err)
call psb_errcomm(iictxt,err)
end subroutine psb_errcomm_i end subroutine psb_errcomm_i
#if defined(INT_I8_L8) #if defined(INT_I8_L8)
subroutine psb_errcomm_m(ictxt, err) subroutine psb_errcomm_m(ictxt, err)
@ -22,6 +21,7 @@ subroutine psb_errcomm_m(ictxt, err)
end subroutine psb_errcomm_m end subroutine psb_errcomm_m
#endif #endif
subroutine psb_ser_error_handler(err_act) subroutine psb_ser_error_handler(err_act)
use psb_error_mod, psb_protect_name => psb_ser_error_handler use psb_error_mod, psb_protect_name => psb_ser_error_handler
use psb_penv_mod use psb_penv_mod

Loading…
Cancel
Save