Make.inc.in
base/modules/psb_c_base_mat_mod.f03
base/modules/psb_d_base_mat_mod.f03
base/modules/psb_desc_type.f90
base/modules/psb_s_base_mat_mod.f03
base/modules/psb_z_base_mat_mod.f03
configure.ac
configure
Fixes for XLF:
1. Make.inc/configure
2. Intent(INOUT) on A in base version of SCAL
base/modules/psb_c_base_mat_mod.f03
base/modules/psb_d_base_mat_mod.f03
base/modules/psb_s_base_mat_mod.f03
base/modules/psb_z_base_mat_mod.f03
base/serial/f03/psb_d_csc_impl.f03
Fixes for compilation with GNU 4.5.0 (fortran-dev branch).
Added transpose to S/C/Z.
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
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.