3.1 Prerequisites
The following base libraries are needed:
-
BLAS
- [15, 16, 22] Many vendors provide optimized versions of BLAS; if no
vendor version is available for a given platform, the ATLAS software
(math-atlas.sourceforge .net) may be employed. The reference BLAS from
Netlib (www.netlib.org/blas) are meant to define the standard behaviour of
the BLAS interface, so they are not optimized for any particular platform,
and should only be used as a last resort. Note that BLAS computations
form a relatively small part of ĦĦĦĦĦĦĦ HEAD the AMG4PSBLAS/PSBLAS;
however they are critical when using preconditioners based on the MUMPS,
UMFPACK or SuperLU third party libraries. UMFPACK requires a
full LAPACK library; our experience is that configuring ATLAS for
building full LAPACK does not always work in the expected way. Our
advice is first to download the LAPACK tarfile from ======= the
AMG4PSBLAS/PSBLAS computations; they are however critical when
using preconditioners based on MUMPS, UMFPACK or SuperLU third
party libraries. Note that UMFPACK requires a full LAPACK library;
our experience is that configuring ATLAS for building full LAPACK
does not work in the correct way. Our advice is first to download the
LAPACK tarfile from żżżżżżż ea6411c730befe4e0e4091caa6f03379ad3712cc
www.netlib.org/lapack and install it independently of ATLAS. In this case,
you need to modify the OPTS and NOOPT definitions for including -fPIC
compilation option in the make.inc file of the LAPACK library.
-
MPI
- [21, 27] A version of MPI is available on most high-performance computing
systems.
-
PSBLAS
- [17, 19] Parallel Sparse BLAS (PSBLAS) is available from
psctoolkit.github.io/ products/psblas/; version 3.7.0 (or later) is required.
Indeed, all the prerequisites listed so far are also prerequisites of PSBLAS.
Please note that the four previous libraries must have Fortran interfaces compatible with
AMG4PSBLAS; usually this means that they should all be built with the same
compiler being used for AMG4PSBLAS.