Commit Graph

1354 Commits (1090b136dd52fdaf00c38cc7940e29749a6b3690)
 

Author SHA1 Message Date
Salvatore Filippone 0fea4c6d91 psblas3:
prec/psb_d_prec_type.f90
 test/fileread/df_sample.f90
 util/psb_gps_mod.f90
 util/psb_renum_impl.F90
 util/psb_renum_mod.f90

First working version of gps_renum. Tested in df_sample.
13 years ago
Salvatore Filippone 2ae5ff0c11 psblas3:
util/psb_gps_mod.f90
 util/psb_renum_impl.F90

Interfacing renum with GPS.
13 years ago
Salvatore Filippone 456c15e58e psblas3:
util/Makefile
 util/psb_d_renum_impl.F90
 util/psb_renum_impl.F90

Source name changes for renum.
13 years ago
Salvatore Filippone 98088ecf0e psblas3:
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
 util/psb_d_renum_impl.F90
 util/psb_renum_mod.f90

psblas3: defined MOLD method for _SPMAT_TYPE containers.
13 years ago
Salvatore Filippone a89a253c79 psblas3:
util/psb_d_renum_impl.F90
 util/psb_renum_mod.f90

Started work on renum.
13 years ago
Salvatore Filippone a4544daae9 psblas3:
Makefile
 base/modules/psb_d_mat_mod.f90
 util/Makefile
 util/psb_d_renum_impl.F90
 util/psb_gps_mod.f90
 util/psb_renum_mod.f90
 util/psb_util_mod.f90

Defined renum interface.
13 years ago
Salvatore Filippone 1ad1e72933 psblas3:
base/modules/Makefile
 base/modules/psb_base_mod.f90
 base/modules/psb_gps_mod.f90
 util/Makefile
 util/psb_gps_mod.f90
 util/psb_util_mod.f90

Merged move of  GPS_MOD into UTILS section.
13 years ago
Salvatore Filippone 1c446fc051 psblas3-typvect:
base/serial/impl/psb_c_csc_impl.f90
 base/serial/impl/psb_d_csc_impl.f90
 base/serial/impl/psb_s_csc_impl.f90
 base/serial/impl/psb_z_csc_impl.f90

Merged fixes for Cray ICE.
13 years ago
Salvatore Filippone 76fdd859f7 psblas3:
base/serial/impl/psb_c_csc_impl.f90
 base/serial/impl/psb_d_csc_impl.f90
 base/serial/impl/psb_s_csc_impl.f90
 base/serial/impl/psb_z_csc_impl.f90

Fixed CSSM: was using a%icp etc by host association instead of dummy
argument.
13 years ago
Salvatore Filippone f8df315f48 *** empty log message *** 13 years ago
Salvatore Filippone 80690b0f28 psblas3:
base/modules/psb_z_tools_mod.f90

 fixes for  interface problems uncovered by Cray compiler;
13 years ago
Salvatore Filippone 52205a2f63 psblas3:
base/modules/psb_c_psblas_mod.f90
 base/modules/psb_d_psblas_mod.f90
 base/modules/psb_s_psblas_mod.f90
 base/modules/psb_z_psblas_mod.f90
Further fixes for  interface problems uncovered by Cray compiler;
13 years ago
Salvatore Filippone f9e16f8340 psblas3:
fixes for:
1. Interface problems uncovered by Cray compiler;
2. Use desc_data% methods instead of direct calls.
13 years ago
Salvatore Filippone c05ed63026 *** empty log message *** 13 years ago
Salvatore Filippone a3036d7d1c psblas3:
Changes from warning from Cray ftn.
    base/serial/impl/psb_s_mat_impl.F90
    base/serial/impl/psb_s_csr_impl.f90
    base/serial/impl/psb_z_mat_impl.F90
    base/serial/impl/psb_z_csr_impl.f90
    base/serial/impl/psb_c_mat_impl.F90
    base/serial/impl/psb_d_mat_impl.F90
    base/serial/impl/psb_c_csr_impl.f90
    base/serial/impl/psb_d_csr_impl.f90
    base/modules/psb_comm_mod.f90
13 years ago
Salvatore Filippone 362f77e652 psblas3:
base/serial/impl/psb_c_base_mat_impl.f90
 base/serial/impl/psb_d_base_mat_impl.f90
 base/serial/impl/psb_s_base_mat_impl.f90
 base/serial/impl/psb_z_base_mat_impl.f90

Silly bug in missing erraction restore.
14 years ago
Salvatore Filippone 37da6ac05e psblas3:
Fixed computation of bandwidth
14 years ago
Salvatore Filippone c37ca0d927 *** empty log message *** 14 years ago
Salvatore Filippone 4720769608 psblas3:
Added kernel test subdir
14 years ago
Salvatore Filippone 432b6caa9d psblas3:
krylov/psb_dcgstab.F90

Updated MPE logging.
14 years ago
Salvatore Filippone 208d444dc7 psblas3:
base/modules/psb_desc_type.f90

Made some getters into object methods
14 years ago
Salvatore Filippone 9f8f5bdd70 psblas3:
base/serial/impl/psb_c_csc_impl.f90
 base/serial/impl/psb_d_csc_impl.f90
 base/serial/impl/psb_s_csc_impl.f90
 base/serial/impl/psb_z_csc_impl.f90
 opt/psb_d_rsb_mat_mod.F90
 prec/psb_d_diagprec.f90
 test/pargen/runs/ppde.inp

Fixed silly bug in csc_print.
14 years ago
Salvatore Filippone 3440db4404 psblas3:
base/modules/psb_error_mod.F90
 base/serial/impl/psb_c_coo_impl.f90
 base/serial/impl/psb_d_coo_impl.f90
 base/serial/impl/psb_s_coo_impl.f90
 base/serial/impl/psb_z_coo_impl.f90

Slight mod in error code.
Fix silly bug for COO in the case NZ=1
14 years ago
Michele Martone ecb61a0509 psblas3-trunk:
fix to the rsb interface: numerical type codes for non double-types were wrong.
14 years ago
Michele Martone aff35c2e2e psblas3-trunk:
updated the TODO list of prospective work on PSBLAS.
14 years ago
Michele Martone a842daac12 psblas3-trunk:
bugfix: in the previous commit, the S rsb module was identical to the C one.
14 years ago
Michele Martone eb44238091 psblas3-trunk:
updating the rsb interface code with S (single precision floating point) and C (single precision complex) BLAS types, by modifying the code cloning code in the Makefile (and versioning).
14 years ago
Michele Martone 5de0060ec9 psblas3-trunk:
set up regular expressions for generating Z (double complex) bindings for RSB, and versioning generated files.
14 years ago
Michele Martone 1ccffbfc31 psblas3-trunk:
mitigating the psb/rsb module verbosity.
14 years ago
Michele Martone 1240acd3e6 psblas3-trunk:
bugfixes to psb_d_rsb_csgetptn (using uninitialized values and other problems).
14 years ago
Michele Martone af68b32a2c psblas3-trunk:
bugfix: psb_d_rsb_csgetptn returned nz=0.
added a naive rscale/cscale handling in psb_d_rsb_csgetrow/psb_d_rsb_csgetrow
14 years ago
Salvatore Filippone cb171527c0 psblas3:
makefile in Opt: simple rules!
14 years ago
Michele Martone ed99eb1d84 psblas3-trunk:
libpsb_opt.a will get installed, too.
14 years ago
Salvatore Filippone 0b6447557e psblas3:
Makefile fixes
14 years ago
Salvatore Filippone 4fea02f78d psblas3:
prec/psb_c_base_prec_mod.f90
 prec/psb_c_bjacprec.f90
 prec/psb_c_diagprec.f90
 prec/psb_c_nullprec.f90
 prec/psb_c_prec_type.f90
 prec/psb_d_base_prec_mod.f90
 prec/psb_d_bjacprec.f90
 prec/psb_d_diagprec.f90
 prec/psb_d_nullprec.f90
 prec/psb_d_prec_type.f90
 prec/psb_s_base_prec_mod.f90
 prec/psb_s_bjacprec.f90
 prec/psb_s_diagprec.f90
 prec/psb_s_nullprec.f90
 prec/psb_s_prec_type.f90
 prec/psb_z_base_prec_mod.f90
 prec/psb_z_bjacprec.f90
 prec/psb_z_diagprec.f90
 prec/psb_z_nullprec.f90
 prec/psb_z_prec_type.f90

Fix intent of X in precapply.
14 years ago
Salvatore Filippone 5fead68e8d psblas3:
added new cscnv method to D_LINMAP for testing purposes. 
Should be made to work elsewhere
14 years ago
Michele Martone d0c917a9b0 psblas3-trunk:
makefile fix
14 years ago
Michele Martone 603289aa9e psblas3:
the rsb module had some routines not checking for optionality of arguments.
14 years ago
Michele Martone 9be3a40c88 psblas3:
makefile fixes to the previous commit (some targets were missing): now it seems ok.
14 years ago
Michele Martone 9f3474ef1e psblas3:
updating Makefile's almost everywhere; enough to avoid redundant cp, ar and ranlib invocations during `make check`.
14 years ago
Michele Martone 7e4bcfd6e0 psblas3:
introduced a header file which defines default values for fortran symbols mangling.
it shall be used by each C source file defining symbols intended to be used by fortran.
14 years ago
Michele Martone 96a9f7ffbc psblas3:
in a TODO file.
the setting up a default fallback (on the fakempi.c side) when configure does not guess the fortran subroutines mangling sheme.
14 years ago
Michele Martone 5bbcff2770 psblas3:
configure fix (added quotes).
14 years ago
Michele Martone 2ac471ce38 psblas3:
HAVE_LIBRSB is used in the d_matgen program (now F90); `make check` shall work either with or without rsb.
14 years ago
Michele Martone 0c224b963a psblas3:
renamed libopt.a to libpsb_opt.a and building it and installing by default.
14 years ago
Salvatore Filippone 1c3a1f938c psblas3:
base/modules/psb_sort_mod.f90
 base/modules/psi_penv_mod.F90
 configure.ac
 configure
 test/fileread/runs/dfs.inp

misc fixes to configure, interfaces for sorting, how to call mpi_init.
14 years ago
Salvatore Filippone 3bf487d6e4 14 years ago
Salvatore Filippone dbbbcf5fc7 psblas3:
Welcome message
14 years ago
Salvatore Filippone 2714647fd7 psblas3:
Version number string &  docs.
14 years ago
Michele Martone bedb2bcff6 psblas3:
removed a spurious -lopt linking flag (shall be handled differently, or an explicit dependency shall be given).
14 years ago