mumps-5 requires metis-5, so I had to create another package (mumps4) to link with code-aster (that requires metis-4).
Search Criteria
Package Details: mumps 5.7.3-1
Package Actions
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: | https://graal.ens-lyon.fr/MUMPS/index.php |
Keywords: | computing scientific |
Licenses: | custom |
Conflicts: | mumps-par, mumps4 |
Submitter: | mickele |
Maintainer: | MartinDiehl |
Last Packager: | MartinDiehl |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2009-04-05 16:37 (UTC) |
Last Updated: | 2024-07-18 07:39 (UTC) |
Dependencies (8)
- bzip2 (bzip2-gitAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- metisAUR (metis-gitAUR)
- openmpi (openmpi-gitAUR)
- scalapackAUR
- scotchAUR (scotch-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
Required by (10)
- chronoengine (make)
- chronoengine-git (make)
- feelpp
- freefem (optional)
- petsc (optional)
- petsc-complex (optional)
- petsc-git (optional)
- python-kwant (optional)
- python-kwant-git (optional)
- sparselizard
Sources (2)
mickele commented on 2015-02-27 18:28 (UTC)
eleftg commented on 2015-02-19 16:35 (UTC)
@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 (UTC)
@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 (UTC)
4.10.0-6
Added metis4 dep. It isn't necessary to rebuild the package.
sarah.j commented on 2015-01-07 08:47 (UTC)
metis4 is missing in the deps
mickele commented on 2014-12-24 11:08 (UTC)
I removed linkage to parmetis, now (4.10.0-5) links only to metis-4.
mickele commented on 2014-12-14 10:45 (UTC)
Changed because of relocation of scotch_esmumps5 relocation of header files (4.10.0-4).
eleftg commented on 2014-10-14 11:14 (UTC)
Indeed. Problem solved.
Thanks!
mickele commented on 2014-10-13 18:40 (UTC)
@eleftg
Sorry for the delay, but at last I should have solved your issue.
eleftg commented on 2014-10-06 14:51 (UTC)
Any news regarding the error?
Pinned Comments
MartinDiehl commented on 2020-05-15 20:09 (UTC)
The sequential version is disabled, according to the manual it is only meant for systems without a MPI compiler but openmpi is a prerequisite. If there is any need for the sequential version, it can be enabled again.