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 b95fbb3a5c Aligned swap_ext_ with dbaseprc_aply. 18 years ago
LICENSE.MD2P4 18 years ago
Make.inc 18 years ago
Make.inc.g95 18 years ago
Make.inc.gcc42 18 years ago
Make.inc.ifc9 18 years ago
Make.inc.rs6k 18 years ago
Makefile Aligned to new names for internal constants. 18 years ago
README Aligned to new names for internal constants. 18 years ago
psb_dasmatbld.f90 Aligned to new names for internal constants. 18 years ago
psb_dbaseprc_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_dbaseprc_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_dbjac_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_dbldaggrmat.f90 Aligned to new names for internal constants. 18 years ago
psb_ddiagsc_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_dgenaggrmap.f90 Aligned to new names for internal constants. 18 years ago
psb_dilu_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_dilu_fct.f90 Aligned to new names for internal constants. 18 years ago
psb_dmlprc_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_dmlprc_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_dprc_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_dprecbld.f90 Aligned to new names for internal constants. 18 years ago
psb_dprecfree.f90 Aligned to new names for internal constants. 18 years ago
psb_dprecset.f90 18 years ago
psb_dslu_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_dsp_renum.f90 Aligned to new names for internal constants. 18 years ago
psb_dumf_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_prec_mod.f90 18 years ago
psb_prec_type.f90 18 years ago
psb_slu_impl.c 18 years ago
psb_umf_impl.c 18 years ago
psb_zasmatbld.f90 Aligned to new names for internal constants. 18 years ago
psb_zbaseprc_aply.f90 Aligned swap_ext_ with dbaseprc_aply. 18 years ago
psb_zbaseprc_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_zbjac_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_zbldaggrmat.f90 Aligned to new names for internal constants. 18 years ago
psb_zdiagsc_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_zgenaggrmap.f90 Aligned to new names for internal constants. 18 years ago
psb_zilu_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_zilu_fct.f90 Aligned to new names for internal constants. 18 years ago
psb_zmlprc_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_zmlprc_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_zprc_aply.f90 Aligned to new names for internal constants. 18 years ago
psb_zprecbld.f90 Aligned to new names for internal constants. 18 years ago
psb_zprecfree.f90 Aligned to new names for internal constants. 18 years ago
psb_zprecset.f90 18 years ago
psb_zslu_bld.f90 Aligned to new names for internal constants. 18 years ago
psb_zslu_impl.c 18 years ago
psb_zsp_renum.f90 Aligned to new names for internal constants. 18 years ago
psb_zumf_bld.f90 Aligned to new names for internal constants. 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.