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 0d15ce60a3 Changed assumed size into assumed shape for internal
subroutines. Seems now not to be critical on Ix86, but was a real hit
on SP.
18 years ago
LICENSE.MD2P4 18 years ago
Makefile Merge MLD stuf. Phase 1. 18 years ago
README *** empty log message *** 18 years ago
mld_daggrmap_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_daggrmat_asb.F90 Name changes for constants. 18 years ago
mld_dasmat_bld.f90 Name changes for constants. 18 years ago
mld_dbaseprec_aply.f90 Name changes for constants. 18 years ago
mld_dbaseprec_bld.f90 Name changes for constants. 18 years ago
mld_dbjac_aply.f90 Name changes for constants. 18 years ago
mld_dbjac_bld.f90 Name changes for constants. 18 years ago
mld_ddiagsc_bld.f90 Fixed documentation of INTENT of arguments. 18 years ago
mld_dilu_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_dilu_fct.f90 Changed assumed size into assumed shape for internal 18 years ago
mld_dmlprec_aply.f90 Name changes for constants. 18 years ago
mld_dmlprec_bld.f90 Name changes for constants. 18 years ago
mld_dprec_aply.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_dslu_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_dslud_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_dsp_renum.f90 Name changes for constants. 18 years ago
mld_dumf_bld.f90 Merge MLD stuf. Phase 2. 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 Merge MLD stuf. Phase 2. 18 years ago
mld_zaggrmat_asb.F90 Name changes for constants. 18 years ago
mld_zasmat_bld.f90 Name changes for constants. 18 years ago
mld_zbaseprec_aply.f90 Name changes for constants. 18 years ago
mld_zbaseprec_bld.f90 Name changes for constants. 18 years ago
mld_zbjac_aply.f90 Name changes for constants. 18 years ago
mld_zbjac_bld.f90 Name changes for constants. 18 years ago
mld_zdiagsc_bld.f90 Fixed documentation of INTENT of arguments. 18 years ago
mld_zilu_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_zilu_fct.f90 Changed assumed size into assumed shape for internal 18 years ago
mld_zmlprec_aply.f90 Name changes for constants. 18 years ago
mld_zmlprec_bld.f90 Name changes for constants. 18 years ago
mld_zprec_aply.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_zslu_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_zslu_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_zslud_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_zslud_impl.c Merge MLD stuf. Phase 2. 18 years ago
mld_zsp_renum.f90 Name changes for constants. 18 years ago
mld_zumf_bld.f90 Merge MLD stuf. Phase 2. 18 years ago
mld_zumf_impl.c Merge MLD stuf. Phase 2. 18 years ago
psb_dprecbld.f90 Merge MLD stuf. Phase 1. 18 years ago
psb_dprecfree.f90 Reorganized USE hierarchy. 18 years ago
psb_dprecinit.f90 Name changes for constants. 18 years ago
psb_dprecset.f90 Name changes for constants. 18 years ago
psb_prec_mod.f90 Merge MLD stuf. Phase 1. 18 years ago
psb_prec_type.f90 Fixed documentation of INTENT of arguments. 18 years ago
psb_zprecbld.f90 Merge MLD stuf. Phase 1. 18 years ago
psb_zprecfree.f90 Reorganized USE hierarchy. 18 years ago
psb_zprecinit.f90 Name changes for constants. 18 years ago
psb_zprecset.f90 Name changes for constants. 18 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 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.