1. Home
  2. ›
  3. Browse
  4. ›
  5. mumps-solver

mumps-solver

v5.9.1#0Latest

MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves systems of linear equations Ax = b where A is a square sparse matrix

Install

Run the following Vcpkg command to install the port.

vcpkg install mumps-solver

Usage

mumps-solver provides CMake targets:

find_package(unofficial-mumps-solver CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::mumps-solver::DMUMPS)

MUMPS is written in Fortran, but the exported targets carry the Fortran runtime,

so C and C++ projects can link it without enabling Fortran themselves.

mumps-solver also provides the pkg-config module unofficial-mumps-solver.

This port builds MUMPS in sequential mode; it uses the bundled MPI stub, whose

headers are installed to the "mumps_seq" include subdirectory.

Features

Dependencies

See source

Version

v5.9.1#0

Publication

Supports

!android & !ios & !emscripten & !uwp & !(windows & arm) & !(windows & !mingw & static)

GitHub

scivision/mumps167

Homepage

mumps-solver.org

Subtree

eb3d0619cb

License

CECILL-CandBSD-3-ClauseandLicenseRef-Public-DomainandMIT

Definition

Manifest