mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
0a44455f19
fastest matrix solver available for FreeBSD. It requires a F90 compiler so it's built with gfortran, however care was taken to ensure it will work with g77 while a the default compiler is changed. PR: ports/98107 Submitted by: Pedro Giffuni <giffunip (at) asme.org>
17 lines
710 B
Plaintext
17 lines
710 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
|
|
|
|
WWW: http://graal.ens-lyon.fr/MUMPS/
|