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 2ed8b1ac0f Unpacked smoothed and raw aggregation assembly routines. 17 years ago
LICENSE.MD2P4 18 years ago
Makefile Applied changes from Daniela & c. 18 years ago
README *** empty log message *** 18 years ago
mld_daggrmap_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_daggrmat_asb.F90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_daggrmat_raw_asb.F90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_daggrmat_smth_asb.F90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_dasmat_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dbaseprec_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_dbaseprec_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dbjac_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_dbjac_bld.f90 Fixed huge run time due to usage of an unsorted COO temp 18 years ago
mld_ddiagsc_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dilu_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dilu_fct.f90 Changed assumed size into assumed shape for internal 18 years ago
mld_dmlprec_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_dmlprec_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dprec_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_dprecbld.f90 Applied changes from Daniela & c. 18 years ago
mld_dprecfree.f90 Applied changes from Daniela & c. 18 years ago
mld_dprecinit.f90 Applied changes from Daniela & c. 18 years ago
mld_dprecset.f90 Applied changes from Daniela & c. 18 years ago
mld_dslu_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dslud_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_dsp_renum.f90 Applied changes from Daniela & c. 18 years ago
mld_dumf_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_prec_mod.f90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_prec_type.f90 Applied changes from Daniela & c. 18 years ago
mld_slu_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_slud_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_umf_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_zaggrmap_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zaggrmat_asb.F90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_zaggrmat_raw_asb.F90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_zaggrmat_smth_asb.F90 Unpacked smoothed and raw aggregation assembly routines. 17 years ago
mld_zasmat_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zbaseprec_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_zbaseprec_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zbjac_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_zbjac_bld.f90 Fixed huge run time due to usage of an unsorted COO temp 18 years ago
mld_zdiagsc_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zilu_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zilu_fct.f90 Changed assumed size into assumed shape for internal 18 years ago
mld_zmlprec_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_zmlprec_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zprec_aply.f90 Applied changes from Daniela & c. 18 years ago
mld_zprecbld.f90 Applied changes from Daniela & c. 18 years ago
mld_zprecfree.f90 Applied changes from Daniela & c. 18 years ago
mld_zprecinit.f90 Applied changes from Daniela & c. 18 years ago
mld_zprecset.f90 Applied changes from Daniela & c. 18 years ago
mld_zslu_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zslu_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_zslud_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zslud_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_zsp_renum.f90 Applied changes from Daniela & c. 18 years ago
mld_zumf_bld.f90 Applied changes from Daniela & c. 18 years ago
mld_zumf_impl.c Merge MLD stuf. Phase 2. 18 years ago
psb_prec_mod.F90 Changed prec_mod to handle GNU Fortran 4.2 bug 32364 in a clean way. 17 years ago

README

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


To compile:
0. Unpack the tar file in a directory of your choice; it can be inside
   the main PSBLAS directory, or somewhere else.
1. Edit Makefile and point PSBLASDIR to the main PSBLAS directory
2. Edit PSBLASDIR/Makefile modifying the PREC   variable to make it
   point to this directory, e.g.  
   PREC=./mld2p4
3. Run make from the main PSBLAS directory.