Skip to content

Releases: scivision/mumps

Find* improvements

27 Aug 20:23
768e855
Compare
Choose a tag to compare

work better with MKL

MUMPS 5.4.1

06 Aug 05:57
8e8e507
Compare
Choose a tag to compare

further enhance FindMPI robustness across platforms

02 Aug 15:19
3322815
Compare
Choose a tag to compare

FindMPI improvements

23 Jul 17:42
47b4c52
Compare
Choose a tag to compare

Improve reliability of FindMPI and default to real32,real64 build to save time.

scalapack 2.1.0.23, lapack 3.10.0.0

02 Jul 04:36
cf4a2a8
Compare
Choose a tag to compare

also improved find*.cmake

FetchContent bugfix: don't override top project install prefix

27 Jun 15:14
3405dfb
Compare
Choose a tag to compare

For those using Mumps via FetchContent from their top project, Mumps no longer overrides the top level project install prefix.

Thanks to @puneetmatharu for letting us know of this issue

Improved FindMPI, bugfix scalapack

22 Jun 19:09
9d6dedc
Compare
Choose a tag to compare
  • improved FindMPI, particularly for MPICH
  • for those building scalapack, corrected bug in its build that make link failures

corrected scalapack

17 Jun 04:03
c2d791c
Compare
Choose a tag to compare

corrected missing scalapack source file--relevant for autobuild error with complex32

lapack 3.9.1, suppress scalapack warning

16 Jun 23:13
69f6536
Compare
Choose a tag to compare

use lapack 3.9.1 if auto-building lapack

Scalapack issues a lot of warnings on modern compilers. Per #5, we suppress some of those warnings when autobuilding scalapack, which previously could have caused an issue when consumed by external projects with stricter flags

New, cleaner approach to CMake build

30 Apr 14:51
0440f13
Compare
Choose a tag to compare

Previously, we extracted the MUMPS tarball and put CMake in. This was time-consuming and human error-prone.
Our new approach is to at build-time on the user's computer, auto-download the MUMPS source tarball and inject CMake into the extracted source. This is much less time consuming and provides higher confidence to the user that authentic MUMPS source is being used.