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 e46f22a37c Update for new SPALL/SPASB interface. 2 years ago
amgprec Bump version of PSBLAS and AMG 2 years ago
cbind Redefine interface of prec%descr to get INFO 4 years ago
config Fix use of SuperLU_Dist, configure checks and ifdefs 3 years ago
docs Merge branch 'maint-1.0' into development 3 years ago
examples/gpu updating examples/gpu and doc 3 years ago
samples Update for new SPALL/SPASB interface. 2 years ago
tests/newslv Merge branch 'master' into maint-1.0 4 years ago
.gitignore More entries in gitignore 6 years ago
Changelog *** empty log message *** 6 years ago
LICENSE Merged license updates and updates from Pasqua. 4 years ago
LICENSE.MLD2P4 New license and docs 4 years ago
Make.inc.in New configure script 4 years ago
Make_n.inc.in New configure script 4 years ago
Makefile Fixes for samples install 4 years ago
README.md New license and docs 4 years ago
ReleaseNews Updated copyright statement. 7 years ago
autogen.sh mld2p4: 17 years ago
autogen_n.sh New configure script 4 years ago
configure Sync configure with configure_n 3 years ago
configure.ac Bump version of PSBLAS and AMG 2 years ago
configure_n Sync configure with configure_n 3 years ago
configure_n.ac Bump version of PSBLAS and AMG 2 years ago
install-sh mld2p4: 17 years ago
missing mld2p4: 17 years ago

README.md

                     AMG4PSBLAS  

Algebraic Multigrid Package based on PSBLAS (Parallel Sparse BLAS version 3.7)

Salvatore Filippone (University of Rome Tor Vergata and IAC-CNR) Pasqua D'Ambra (IAC-CNR, Naples, IT) Fabio Durastante (IAC-CNR, Naples, IT)


AMG4PSBLAS is a package of Algebraic MultiGrid (AMG) preconditioners for the iterative solution of large and sparse linear systems.

It is an evolution of MLD2P4 (see LICENSE.MLD2P4), but it has been thoroughly reworked, and it is sufficiently different to warrant a new project name.

MAIN REFERENCES:

P. D'Ambra, D. di Serafino, S. Filippone, MLD2P4: a Package of Parallel Algebraic Multilevel Domain Decomposition Preconditioners in Fortran 95, ACM Transactions on Mathematical Software, 37 (3), 2010, art. 30, doi: 10.1145/1824801.1824808.

TO COMPILE

  1. Unpack the tar file in a directory of your choice (preferrably outside the main PSBLAS directory).
  2. run configure --with-psblas= adding the options for MUMPS, SuperLU, SuperLU_Dist, UMFPACK as desired. See MLD2P4 User's and Reference Guide (Section 3) for details.
  3. Tweak Make.inc if you are not satisfied.
  4. make;
  5. Go into the test subdirectory and build the examples of your choice.
  6. (if desired): make install

NOTES

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

The AMG4PSBLAS team.

Salvatore Filippone Pasqua D'Ambra Fabio Durastante