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 a073c1490a *** empty log message *** 17 years ago
config mld2p4: 17 years ago
docs mld2p4: 17 years ago
krylov mld2p4: 17 years ago
mlprec mld2p4: 17 years ago
test mld2p4: 17 years ago
Changelog *** empty log message *** 17 years ago
LICENSE mld2p4: 17 years ago
Make.inc.in mld2p4 17 years ago
Makefile mld2p4: 17 years ago
README *** empty log message *** 17 years ago
autogen.sh mld2p4: 17 years ago
configure mld2p4: 17 years ago
configure.ac mld2p4-dev: 17 years ago
install-sh mld2p4: 17 years ago
missing mld2p4: 17 years ago
mkdir.sh mld2p4: 17 years ago

README

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

To compile:
0. Unpack the tar file in a directory of your choice (preferrably
   outside the main PSBLAS directory).
1. run configure --with-psblas=<ABSOLUTE path of the PSBLAS source directory>
   adding the options for SuperLU, SuperLU_Dist, UMFPACK as desired.
2. Tweak Make.inc if you are not satisfied.

3. make; 

4. Go into the test subdirectory and build the examples of your choice.

Notes:
The single precision version is  supported only by SuperLU; thus, even
if you specify at configure to use UMFPACK or SuperLU_Dist, the
corresponding preconditioner options will be available only from the
double precision version.