You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Salvatore Filippone 77348718da Added various changes from running on the SP5. Why do they work? Not
always clear... :-(
18 years ago
LICENSE.MD2P4 18 years ago
Makefile *** empty log message *** 18 years ago
README Aligned to new names for internal constants. 18 years ago
psb_dasmatbld.f90 Fixes for complex halo gather. 18 years ago
psb_dbaseprc_aply.f90 Reorganized USE hierarchy. 18 years ago
psb_dbaseprc_bld.f90 Added sizeof for sparsematrix/descriptor, prec_sizeof for 18 years ago
psb_dbjac_aply.f90 Fixed application of Block-Jacobi preconditioner, folding diagonal 18 years ago
psb_dbjac_bld.f90 Added debug statements. 18 years ago
psb_dbldaggrmat.F90 Changes for SUN compilers. 18 years ago
psb_ddiagsc_bld.f90 Reorganized USE hierarchy. 18 years ago
psb_dgenaggrmap.f90 Reorganized USE hierarchy. 18 years ago
psb_dilu_bld.f90 Using new routines: psb_sp_trim psb_sp_clip. 18 years ago
psb_dilu_fct.f90 Fixes for complex halo gather. 18 years ago
psb_dmlprc_aply.f90 Added various changes from running on the SP5. Why do they work? Not 18 years ago
psb_dmlprc_bld.f90 Reorganized USE hierarchy. 18 years ago
psb_dprc_aply.f90 Reorganized USE hierarchy. 18 years ago
psb_dprecbld.f90 Added debug statements. 18 years ago
psb_dprecfree.f90 Reorganized USE hierarchy. 18 years ago
psb_dprecset.f90 Merge changes from SLUDist branch. 18 years ago
psb_dslu_bld.f90 Fixed INTENT(INOUT) on A for sparse factorizations, as they call 18 years ago
psb_dslud_bld.f90 Merge changes from SLUDist branch. 18 years ago
psb_dsp_renum.f90 Reorganized USE hierarchy. 18 years ago
psb_dumf_bld.f90 Reorganized USE hierarchy. 18 years ago
psb_prec_mod.f90 Merge changes from SLUDist branch. 18 years ago
psb_prec_type.f90 *** empty log message *** 18 years ago
psb_slu_impl.c 18 years ago
psb_slud_impl.c Merge changes from SLUDist branch. 18 years ago
psb_umf_impl.c 18 years ago
psb_zasmatbld.f90 Fixes for complex halo gather. 18 years ago
psb_zbaseprc_aply.f90 Reorganized USE hierarchy. 18 years ago
psb_zbaseprc_bld.f90 Added sizeof for sparsematrix/descriptor, prec_sizeof for 18 years ago
psb_zbjac_aply.f90 Fixed application of Block-Jacobi preconditioner, folding diagonal 18 years ago
psb_zbjac_bld.f90 Merge changes from SLUDist branch. 18 years ago
psb_zbldaggrmat.F90 Changes for SUN compilers. 18 years ago
psb_zdiagsc_bld.f90 Reorganized USE hierarchy. 18 years ago
psb_zgenaggrmap.f90 Reorganized USE hierarchy. 18 years ago
psb_zilu_bld.f90 Using new routines: psb_sp_trim psb_sp_clip. 18 years ago
psb_zilu_fct.f90 Fixes for complex halo gather. 18 years ago
psb_zmlprc_aply.f90 Added various changes from running on the SP5. Why do they work? Not 18 years ago
psb_zmlprc_bld.f90 Reorganized USE hierarchy. 18 years ago
psb_zprc_aply.f90 Reorganized USE hierarchy. 18 years ago
psb_zprecbld.f90 Reorganized USE hierarchy. 18 years ago
psb_zprecfree.f90 Reorganized USE hierarchy. 18 years ago
psb_zprecset.f90 Merge changes from SLUDist branch. 18 years ago
psb_zslu_bld.f90 Merge changes from SLUDist branch. 18 years ago
psb_zslu_impl.c 18 years ago
psb_zslud_bld.f90 Merge changes from SLUDist branch. 18 years ago
psb_zslud_impl.c Changes for SUN compilers. 18 years ago
psb_zsp_renum.f90 Reorganized USE hierarchy. 18 years ago
psb_zumf_bld.f90 Reorganized USE hierarchy. 18 years ago
psb_zumf_impl.c 18 years ago

README

This directory contains  the MLD2P4 set of preconditioners.
  
developed by 
Salvatore  Filippone 
Pasqua     D'Ambra
Daniela    di Serafino


To compile:
1. Edit Makefile and point PSBLASDIR to the main directory containing
   the PSBLAS source code
2. Edit the Makefile in the main PSBLAS dir modifying the PREC
   variable to make it point to this directory, e.g.
   PREC=../mld2p4
3. Run make from the main PSBLAS directory.