Various fixes related to vargas test.
psblas3-type-indexed
Salvatore Filippone 13 years ago
parent b3a84f9b06
commit 52c5f9b102

@ -218,6 +218,7 @@ contains
subroutine psb_c_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt) subroutine psb_c_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt)
use psb_base_mod use psb_base_mod
use psb_prec_mod, only : psb_ilu_fct
Implicit None Implicit None
type(psb_cspmat_type), intent(in), target :: a type(psb_cspmat_type), intent(in), target :: a

@ -213,6 +213,7 @@ contains
subroutine psb_d_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt) subroutine psb_d_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt)
use psb_base_mod use psb_base_mod
use psb_prec_mod, only : psb_ilu_fct
Implicit None Implicit None
type(psb_dspmat_type), intent(in), target :: a type(psb_dspmat_type), intent(in), target :: a

@ -212,6 +212,7 @@ contains
subroutine psb_s_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt) subroutine psb_s_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt)
use psb_base_mod use psb_base_mod
use psb_prec_mod, only : psb_ilu_fct
Implicit None Implicit None
type(psb_sspmat_type), intent(in), target :: a type(psb_sspmat_type), intent(in), target :: a

@ -218,6 +218,7 @@ contains
subroutine psb_z_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt) subroutine psb_z_bjac_precbld(a,desc_a,prec,info,upd,mold,afmt)
use psb_base_mod use psb_base_mod
use psb_prec_mod, only : psb_ilu_fct
Implicit None Implicit None
type(psb_zspmat_type), intent(in), target :: a type(psb_zspmat_type), intent(in), target :: a

@ -1,5 +1,5 @@
11 Number of inputs 11 Number of inputs
thm200x120.mtx This (and others) from: http://math.nist.gov/MatrixMarket/ or A_1M_gps.mtx This (and others) from: http://math.nist.gov/MatrixMarket/ or
NONE sherman3_rhs1.mtx http://www.cise.ufl.edu/research/sparse/matrices/index.html NONE sherman3_rhs1.mtx http://www.cise.ufl.edu/research/sparse/matrices/index.html
MM File format: MM: Matrix Market HB: Harwell-Boeing. MM File format: MM: Matrix Market HB: Harwell-Boeing.
BICGSTAB Iterative method: BiCGSTAB CGS RGMRES BiCGSTABL BICG CG BICGSTAB Iterative method: BiCGSTAB CGS RGMRES BiCGSTABL BICG CG

@ -1,3 +1,3 @@
thm_3180k.mtx A_1M_gps.mtx
MM MM
0 0

@ -65,6 +65,7 @@ program ppde
use psb_base_mod use psb_base_mod
use psb_prec_mod use psb_prec_mod
use psb_krylov_mod use psb_krylov_mod
use psb_util_mod
implicit none implicit none
! input parameters ! input parameters
@ -138,6 +139,8 @@ program ppde
end if end if
if (iam == psb_root_) write(psb_out_unit,'("Overall matrix creation time : ",es12.5)')t2 if (iam == psb_root_) write(psb_out_unit,'("Overall matrix creation time : ",es12.5)')t2
if (iam == psb_root_) write(psb_out_unit,'(" ")') if (iam == psb_root_) write(psb_out_unit,'(" ")')
!!$ write(fname,'(a,i0,a)') 'pde-',idim,'.hb'
!!$ call hb_write(a,info,filename=fname,key='PDEGEN',mtitle='MLD2P4 pdegen Test matrix ')
!!$ write(fname,'(a,i2.2,a,i2.2,a)') 'amat-',iam,'-',np,'.mtx' !!$ write(fname,'(a,i2.2,a,i2.2,a)') 'amat-',iam,'-',np,'.mtx'
!!$ call a%print(fname) !!$ call a%print(fname)
!!$ call psb_cdprt(20+iam,desc_a,short=.false.) !!$ call psb_cdprt(20+iam,desc_a,short=.false.)

@ -2,7 +2,7 @@
BICGSTAB Iterative method BICGSTAB CGS BICG BICGSTABL RGMRES BICGSTAB Iterative method BICGSTAB CGS BICG BICGSTABL RGMRES
BJAC Preconditioner NONE DIAG BJAC BJAC Preconditioner NONE DIAG BJAC
CSR Storage format for matrix A: CSR COO JAD CSR Storage format for matrix A: CSR COO JAD
010 Domain size (acutal system is this**3) 005 Domain size (acutal system is this**3)
2 Stopping criterion 2 Stopping criterion
0200 MAXIT 0200 MAXIT
-1 ITRACE -1 ITRACE

Loading…
Cancel
Save