New FCG fixes.

ILmat
Salvatore Filippone 8 years ago
parent 6d99a6cc22
commit 1ca13b2a3c

@ -216,7 +216,7 @@ subroutine psb_cfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(-cone,a,x,cone,r,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if
@ -230,7 +230,7 @@ subroutine psb_cfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(cone,a,v,czero,w,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if

@ -216,7 +216,7 @@ subroutine psb_dfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(-done,a,x,done,r,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if
@ -230,7 +230,7 @@ subroutine psb_dfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(done,a,v,dzero,w,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if

@ -216,7 +216,7 @@ subroutine psb_sfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(-sone,a,x,sone,r,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if
@ -230,7 +230,7 @@ subroutine psb_sfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(sone,a,v,szero,w,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if

@ -216,7 +216,7 @@ subroutine psb_zfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(-zone,a,x,zone,r,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if
@ -230,7 +230,7 @@ subroutine psb_zfcg_vect(a,prec,b,x,eps,desc_a,info,&
if (info == psb_success_) call psb_spmm(zone,a,v,zzero,w,desc_a,info)
if (info /= psb_success_) then
call psb_errpush(psb_err_internal_error_,name,&
& a_err='Error during residue')
& a_err='Error during residual')
goto 9999
end if

Loading…
Cancel
Save