base/modules/psb_base_mat_mod.f03
base/modules/psb_d_base_mat_mod.f03
base/modules/psb_linmap_mod.f90
base/modules/psb_linmap_type_mod.f90
base/modules/psb_serial_mod.f90
base/modules/psb_spmat_type.f03
base/serial/f03/psbn_d_coo_impl.f03
base/serial/f03/psbn_d_csr_impl.f03
prec/psb_dbjac_bld.f90
prec/psb_dilu_fct.f90
prec/psb_dprecbld.f90
prec/psb_prec_mod.f90
prec/psb_prec_type.f90
test/fileread/df_sample.f90
util/psb_metispart_mod.F90
1. Taken out psb_dspmat_type from definition modules.
2. Commented out compilation of all old serial stuff;
3. Fixed (for the time being, but needs more exploration) CP_FROM and
MV_FROM.
4. BEWARE: new serial stuff is still incomplete.
base/modules/psb_error_mod.F90
base/modules/psb_psblas_mod.f90
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_mod.f03
base/psblas/psb_dnrmi.f90
base/psblas/psb_dspmm.f90
base/psblas/psb_dspsm.f90
base/tools/psb_dspalloc.f90
prec/psb_dbjac_aply.f90
prec/psb_dbjac_bld.f90
prec/psb_dilu_fct.f90
prec/psb_dprecbld.f90
prec/psb_dprecinit.f90
prec/psb_prec_mod.f90
prec/psb_prec_type.f90
test/pargen/ppde.f90
test/pargen/runs/ppde.inp
Now both BJAC_BLD and CSSV work. Really!
And initial performance is not too bad.
Lots and lots of details to be fixed yet...........