Search Criteria
Package Details: mumps 5.2.1-3
Git Clone URL: | https://aur.archlinux.org/mumps.git (read-only, click to copy) |
---|---|
Package Base: | mumps |
Description: | Sparse solver library using Gaussian elimination |
Upstream URL: | http://mumps.enseeiht.fr |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | mickele |
Maintainer: | MartinDiehl |
Last Packager: | MartinDiehl |
Votes: | 13 |
Popularity: | 0.40 |
First Submitted: | 2009-04-05 16:37 |
Last Updated: | 2019-11-26 15:25 |
Dependencies (7)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, lapack-git, openblas-lapack-static, openblas-lapack-openmp, atlas-lapack, openblas-lapack)
- openmpi (openmpi-git, openmpi-cuda, openmpi3-gcc7, openmpi3-gcc8, openmpi3)
- parmetis
- scalapack
- scotch
- zlib (zlib-asm, zlib-static, zlib-git)
Required by (5)
- aster-hg
- feelpp
- petsc (optional)
- python-kwant (optional)
- python-kwant-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
fhr commented on 2015-02-27 23:31
You can use Metis 4.x or lower by compiling with -Dmetis4, ParMetis 3.2.0 or lower with -Dparmetis3. So you could have a mumps-5_metis-4 package I guess...
mickele commented on 2015-02-27 18:28
mumps-5 requires metis-5, so I had to create another package (mumps4) to link with code-aster (that requires metis-4).
eleftg commented on 2015-02-19 16:35
@eolianoe: Indeed. Those extra'pkg' in the install paths are redundant :-)
However mine built fine with 16 procs. Weird... (timing issue perhaps?)
eolianoe commented on 2015-02-19 08:31
@mickele: at line 37 and 50 you have an additional 'pkg' which should not be here. And the package failed to build with more than one core so maybe you should add a '-j1' to the make command.
mickele commented on 2015-01-12 21:19
4.10.0-6
Added metis4 dep. It isn't necessary to rebuild the package.
sarah.j commented on 2015-01-07 08:47
metis4 is missing in the deps
mickele commented on 2014-12-24 11:08
I removed linkage to parmetis, now (4.10.0-5) links only to metis-4.
mickele commented on 2014-12-14 10:45
Changed because of relocation of scotch_esmumps5 relocation of header files (4.10.0-4).
eleftg commented on 2014-10-14 11:14
Indeed. Problem solved.
Thanks!
mickele commented on 2014-10-13 18:40
@eleftg
Sorry for the delay, but at last I should have solved your issue.