Fixed bug

psblas-anderson
gabrielequatrana 1 year ago
parent e1e7aa58d2
commit 161dd21d20

@ -220,6 +220,8 @@ subroutine psb_cmlt_mltvec_va(x,a,v,desc,info)
info=psb_success_
call psb_erractionsave(err_act)
ctxt = desc%get_ctxt()
call psb_info(ctxt, me, np)
if (np == -ione) then
info = psb_err_context_error_

@ -221,6 +221,7 @@ subroutine psb_dmlt_mltvec_va(x,a,v,desc,info)
call psb_erractionsave(err_act)
ctxt = desc%get_ctxt()
call psb_info(ctxt, me, np)
if (np == -ione) then
info = psb_err_context_error_

@ -220,6 +220,8 @@ subroutine psb_smlt_mltvec_va(x,a,v,desc,info)
info=psb_success_
call psb_erractionsave(err_act)
ctxt = desc%get_ctxt()
call psb_info(ctxt, me, np)
if (np == -ione) then
info = psb_err_context_error_

@ -220,6 +220,8 @@ subroutine psb_zmlt_mltvec_va(x,a,v,desc,info)
info=psb_success_
call psb_erractionsave(err_act)
ctxt = desc%get_ctxt()
call psb_info(ctxt, me, np)
if (np == -ione) then
info = psb_err_context_error_

Loading…
Cancel
Save