base/internals/psi_cswapdata.F90
base/internals/psi_cswaptran.F90
base/internals/psi_dswapdata.F90
base/internals/psi_dswaptran.F90
base/internals/psi_iswapdata.F90
base/internals/psi_iswaptran.F90
base/internals/psi_sswapdata.F90
base/internals/psi_sswaptran.F90
base/internals/psi_zswapdata.F90
base/internals/psi_zswaptran.F90
base/modules/psb_const_mod.F90
base/modules/psb_desc_type.f90
base/tools/psb_csphalo.F90
base/tools/psb_dsphalo.F90
base/tools/psb_ssphalo.F90
base/tools/psb_zsphalo.F90
Transform get_list in a method of desc; side effect of preparing for
storing lists on the GPU side.
base/comm/psb_cgather.f90
base/comm/psb_dgather.f90
base/comm/psb_sgather.f90
base/comm/psb_zgather.f90
base/modules/psb_c_comm_mod.f90
base/modules/psb_d_comm_mod.f90
base/modules/psb_s_comm_mod.f90
base/modules/psb_z_comm_mod.f90
Fixed use of %get_vect in gather; had to change intent of locx.
base/serial/psb_csymbmm.f90
base/serial/psb_dsymbmm.f90
base/serial/psb_ssymbmm.f90
base/serial/psb_zsymbmm.f90
Restored allocatable CLASS to allocatable TYPE.
base/serial/impl/psb_c_coo_impl.f90
base/serial/impl/psb_c_mat_impl.F90
base/serial/impl/psb_d_coo_impl.f90
base/serial/impl/psb_d_mat_impl.F90
base/serial/impl/psb_s_coo_impl.f90
base/serial/impl/psb_s_mat_impl.F90
base/serial/impl/psb_z_coo_impl.f90
base/serial/impl/psb_z_mat_impl.F90
base/tools/psb_csphalo.F90
base/tools/psb_dsphalo.F90
base/tools/psb_ssphalo.F90
base/tools/psb_zsphalo.F90
Reverted fix due to bug in GNU fortran.
base/serial/impl/psb_c_mat_impl.F90
base/serial/impl/psb_d_mat_impl.F90
base/serial/impl/psb_s_mat_impl.F90
base/serial/impl/psb_z_mat_impl.F90
Fixed error detected by GNU 47
base/modules/psb_base_mat_mod.f90
base/modules/psb_c_mat_mod.f90
base/modules/psb_d_mat_mod.f90
base/modules/psb_s_mat_mod.f90
base/modules/psb_z_mat_mod.f90
Further description of internal structure.
base/modules/psb_c_mat_mod.f90
base/modules/psb_d_mat_mod.f90
base/modules/psb_s_mat_mod.f90
base/modules/psb_z_mat_mod.f90
base/serial/impl/psb_c_mat_impl.F90
base/serial/impl/psb_d_mat_impl.F90
base/serial/impl/psb_s_mat_impl.F90
base/serial/impl/psb_z_mat_impl.F90
Various fixes from preprocessing.
Take out GET/SET state from outer matrix shell.
base/modules/psb_c_base_mat_mod.f90
base/modules/psb_c_base_vect_mod.f90
base/modules/psb_c_mat_mod.f90
base/modules/psb_d_base_mat_mod.f90
base/modules/psb_d_base_vect_mod.f90
base/modules/psb_d_mat_mod.f90
base/modules/psb_s_base_mat_mod.f90
base/modules/psb_s_base_vect_mod.f90
base/modules/psb_s_mat_mod.f90
base/modules/psb_z_base_mat_mod.f90
base/modules/psb_z_base_vect_mod.f90
base/modules/psb_z_mat_mod.f90
Reverted last batch of changes; should be done more carefully.
base/modules/psb_d_linmap_mod.f90
base/modules/psb_linmap_type_mod.f90
Defined sizeof() as a method of MAP objects.
Should we rework the whole structure of MAPs and make them
polymorphic? Probably yes...
Make.inc.in
base/modules/psb_const_mod.F90
base/modules/psb_error_mod.F90
config/pac.m4
configure.ac
configure
util/psb_d_renum_impl.F90
util/psb_renum_mod.f90
Added test and initial placeholder version of renumbering with AMD.
Does not really work right now.
base/modules/psb_c_mat_mod.f90
base/modules/psb_c_tools_mod.f90
base/modules/psb_s_mat_mod.f90
base/modules/psb_s_tools_mod.f90
base/modules/psb_z_mat_mod.f90
base/modules/psb_z_tools_mod.f90
base/tools/psb_casb.f90
base/tools/psb_sasb.f90
base/tools/psb_zasb.f90
krylov/psb_dcgstab.F90
test/kernel/runs/spmv.inp
test/pargen/runs/ppde.inp
Defined asb(scratch) for all variants; used in dcgstab.
base/modules/psb_c_linmap_mod.f90
base/modules/psb_s_linmap_mod.f90
base/modules/psb_z_linmap_mod.f90
prec/psb_cprecbld.f90
prec/psb_cprecinit.f90
prec/psb_dprecbld.f90
prec/psb_dprecinit.f90
prec/psb_sprecbld.f90
prec/psb_sprecinit.f90
prec/psb_zprecbld.f90
prec/psb_zprecinit.f90
test/kernel/Makefile
test/kernel/pdgenspmv.f90
util/Makefile
Fixed map_cscnv for S/C/Z.
Mods for precbld/precinit USE statements for the benefit of the Cray
compiler.
base/modules/Makefile
base/modules/psb_d_psblas_mod.f90
prec/psb_c_bjacprec.f90
prec/psb_c_prec_mod.f90
prec/psb_d_prec_mod.f90
prec/psb_s_bjacprec.f90
prec/psb_s_prec_mod.f90
prec/psb_z_bjacprec.f90
prec/psb_z_prec_mod.f90
Fixes from cross-checks with Nag compiler