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