I got a conflict between scotch_esmumps and ptscotch
(It seems that scotch_esmumps already provide ptscotch so ptscotch>5.17 might not be required)
Someone can confirm ?
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)
gdolle commented on 2013-08-03 14:16 (UTC)
foobarrior commented on 2013-03-28 11:33 (UTC)
ledomi, do foolowing:
rm /usr/include/scotch/*metis*
<deleted-account> commented on 2012-11-20 19:16 (UTC)
@plutus I have the same problem, did you find a solution? thanks
@gauteh I tried to install from your link but I had the error any idea? thanks
make[1]: Entering directory `/home/julien/library/builds/arch-master2/mumps/src/MUMPS_4.10.0'
(cd src ; make s)
make[2]: Entering directory `/home/julien/library/builds/arch-master2/mumps/src/MUMPS_4.10.0/src'
make ARITH=s mumps_lib
make[3]: Entering directory `/home/julien/library/builds/arch-master2/mumps/src/MUMPS_4.10.0/src'
/opt/mpich2/bin/mpicc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/opt/mpich2/include -I../include -DAdd_ -I../PORD/include/ -I/usr/include/scotch -Dscotch -Dmetis -Dpord -Dptscotch -Dparmetis -c mumps_orderings.c -o mumps_orderings.o
In file included from mumps_orderings.h:100:0,
from mumps_orderings.c:54:
/opt/mpich2/include/parmetis.h:33:4: error: #error "Incorrect user-supplied value fo IDXTYPEWIDTH"
/opt/mpich2/include/parmetis.h:42:4: error: #error "Incorrect user-supplied value fo REALTYPEWIDTH"
/opt/mpich2/include/parmetis.h:66:14: error: unknown type name ‘idx_t’
....
make[3]: *** [mumps_orderings.o] Error 1
make[3]: Leaving directory `/home/julien/library/builds/arch-master2/mumps/src/MUMPS_4.10.0/src'
make[2]: *** [s] Error 2
make[2]: Leaving directory `/home/julien/library/builds/arch-master2/mumps/src/MUMPS_4.10.0/src'
make[1]: *** [mumps_lib] Error 2
make[1]: Leaving directory `/home/julien/library/builds/arch-master2/mumps/src/MUMPS_4.10.0'
make: *** [s] Error 2
gauteh commented on 2012-09-23 12:04 (UTC)
check out: https://github.com/gauteh/arch/tree/master/mumps and https://github.com/gauteh/arch/tree/master/scotch_esmumps for version that doesnt have nodewnd problem.
<deleted-account> commented on 2012-03-01 00:38 (UTC)
got this error: any idea?
/opt/mpich2/bin/mpif77 -Dintel_ -DALLOW_NON_INIT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/opt/mpich2/include -I. -I../include -c ssimpletest.F
/opt/mpich2/bin/mpif77 -o ssimpletest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include -I/opt/mpich2/include ssimpletest.o ../lib/libsmumps.a ../lib/libmumps_common.a -L/opt/mpich2/lib -lparmetis -lmetis -L../PORD/lib/ -lpord -L/usr/lib -lesmumps -lptscotch -lptscotcherr -lscalapack -llapack -lblacs -lblacsf77 -lblacs -L/opt/mpich2/lib/ -lmpich -lf77blas -latlas -lpthread
../lib/libsmumps.a(smumps_part2.o): In function `smumps_195_':
smumps_part2.F:(.text+0x200ff): undefined reference to `metis_nodewnd_'
collect2: ld returned 1 exit status
make[1]: *** [ssimpletest] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-ste/aur-mumps/src/MUMPS_4.9.2/examples'
make: *** [sexamples] Error 2
kkimdev commented on 2011-09-11 18:17 (UTC)
I think we should use ptscotch-mpich2 instead of ptscotch for dependency
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.