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 2ef4459b18 Added "COARSE_INVFILL" 2 months ago
amgprec Added "COARSE_INVFILL" 2 months ago
cbind Fix makefiles for parallel build 2 years ago
config Fix configry: do not put extra white spaces *before* SLU_LIBS etc 1 year ago
docs Merge branch 'maint-1.0' into development 3 years ago
examples/gpu updating examples/gpu and doc 3 years ago
samples Fixed sample programs 5 months ago
tests/newslv Merge branch 'master' into maint-1.0 3 years ago
.gitignore Fix gitignore 2 years ago
Changelog Doc updates 2 years ago
LICENSE Doc updates 2 years ago
LICENSE.MLD2P4 New license and docs 4 years ago
Make.inc.in New configure script 3 years ago
Make_n.inc.in New configure script 3 years ago
Makefile Fixed sample programs 5 months ago
README.md Merge branch 'petrilli-m' into openmp-match 1 year ago
ReleaseNews Updated copyright statement. 6 years ago
autogen.sh mld2p4: 16 years ago
autogen_n.sh New configure script 3 years ago
compile Fix configry: do not put extra white spaces after SLU_LIBS etc 1 year ago
configure Make sure to use install -p 1 year ago
configure.ac Make sure to use install -p 1 year ago
configure_n Sync configure with configure_n 2 years ago
configure_n.ac Bump version of PSBLAS and AMG 2 years ago
exec.sh add rm to exec.sh 2 years ago
install-sh Make sure to use install -p 1 year ago
missing mld2p4: 16 years ago

README.md

                     AMG4PSBLAS  

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

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