Makefile
psb_base_mod.f90
psb_c_mat_mod.f03
psb_c_tools_mod.f90
psb_d_mat_mod.f03
psb_psblas_mod.f90
psb_s_mat_mod.f03
psb_sparse_mod.f90
psb_z_mat_mod.f03
psb_z_tools_mod.f90
psi_mod.f90
Renamed psb_base_mod into psb_sparse_mod.
Workaround for ICE in XLF: ONLY on USEing psb_X_csY_mat_mod.
base/modules/psb_d_mat_mod.f03
base/modules/psb_s_mat_mod.f03
test/fileread/runs/dfs.inp
test/serial/d_coo_matgen.f03
test/serial/d_matgen.f03
test/serial/psb_d_cxx_impl.f03
test/serial/psb_d_cxx_mat_mod.f03
Fixes: introduced clip_diag for use with point Jacobi preconditioners.
base/comm/Makefile
base/comm/psb_dspgather.F90
base/modules/Makefile
base/modules/psb_comm_mod.f90
base/modules/psb_d_mat_mod.f03
base/modules/psb_serial_mod.f90
base/serial/Makefile
base/serial/f77/Makefile
base/serial/psb_dnumbmm.f90
base/serial/psb_drwextd.f90
base/serial/psb_dsymbmm.f90
configure.ac
configure
Beginning work on new MLD, need support for other operators.
base/modules/psb_base_mat_mod.f03
base/modules/psb_d_base_mat_mod.f03
base/modules/psb_d_mat_mod.f03
First version of transpose, only for D for the time being.
base/modules/psb_c_base_mat_mod.f03
base/modules/psb_c_mat_mod.f03
base/modules/psb_d_base_mat_mod.f03
base/modules/psb_d_mat_mod.f03
base/modules/psb_psblas_mod.f90
base/modules/psb_s_base_mat_mod.f03
base/modules/psb_s_mat_mod.f03
base/modules/psb_z_base_mat_mod.f03
base/modules/psb_z_mat_mod.f03
base/psblas/psb_cspsm.f90
base/psblas/psb_dspsm.f90
base/psblas/psb_sspsm.f90
base/psblas/psb_zspsm.f90
base/serial/dp/dvtfg.f
krylov/psb_krylov_mod.f90
prec/psb_cbjac_aply.f90
prec/psb_dbjac_aply.f90
prec/psb_sbjac_aply.f90
prec/psb_zbjac_aply.f90
Changed "SIDE" to "SCALE" in SM.
Maybe we need to add back a PERM (Left, Right) argument somewhere???
base/modules/Makefile
base/modules/psb_d_base_mat_mod.f03
base/modules/psb_d_mat_mod.f03
base/modules/psb_mat_mod.f03
base/modules/psb_s_base_mat_mod.f03
base/modules/psb_s_csr_mat_mod.f03
base/modules/psb_s_mat_mod.f03
base/serial/f03/Makefile
base/serial/f03/psb_d_coo_impl.f03
base/serial/f03/psb_d_csr_impl.f03
base/serial/f03/psb_s_coo_impl.f03
base/serial/f03/psb_s_csr_impl.f03
base/serial/f03/psbn_d_coo_impl.f03
base/serial/f03/psbn_d_csr_impl.f03
First step for serial single precision