mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e10e2d26f6
this is needed for some applications (e.g. FreeFem++).
19 lines
753 B
Plaintext
19 lines
753 B
Plaintext
MUMPS is a Distributed Multifrontal Solver (F90, MPI based) with Dynamic
|
|
Distributed Scheduling to accomodate both numerical fill-in and multi-user
|
|
environment.
|
|
|
|
- Solution of large linear systems with symmetric positive definite
|
|
matrices; general symmetric matrices; general unsymmetric matrices.
|
|
- Version for complex arithmetic.
|
|
- Parallel factorization and solve phases (uniprocessor version also
|
|
available).
|
|
- Iterative refinement and backward error analysis.
|
|
- Various matrix input formats: assembled format; distributed assembled
|
|
format; elemental format.
|
|
- Partial factorization and Schur complement matrix.
|
|
- Several orderings interfaced : AMD, AMF, PORD, METIS
|
|
|
|
When MPI is disabled, libseq is installed.
|
|
|
|
WWW: http://graal.ens-lyon.fr/MUMPS/
|