Search Criteria
Package Details: scotch 7.0.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scotch.git (read-only, click to copy) |
---|---|
Package Base: | scotch |
Description: | Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering |
Upstream URL: | https://gitlab.inria.fr/scotch/scotch |
Licenses: | CeCILL-C |
Conflicts: | ptscotch-openmpi, scotch_esmumps, scotch_esmumps5 |
Provides: | ptscotch, ptscotch-openmpi, scotch_esmumps, scotch_ptesmumps |
Submitter: | None |
Maintainer: | ioquatix (MartinDiehl) |
Last Packager: | MartinDiehl |
Votes: | 41 |
Popularity: | 0.080237 |
First Submitted: | 2006-11-07 17:51 (UTC) |
Last Updated: | 2025-03-12 06:22 (UTC) |
Dependencies (6)
- bzip2 (bzip2-gitAUR)
- openmpi (openmpi-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
Required by (25)
- code_saturne
- dolfin
- dolfinx
- dolfinx-git
- dune-common (optional)
- dune-istl (optional)
- freefem (optional)
- medcoupling
- mmg
- mmg-git
- mumps
- mumps-cmake
- mumps-par
- neper
- openfoam-9-org
- openfoam-com
- openfoam-com-git
- openfoam-org
- pastix
- petsc (optional)
- Show 5 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 17 Next › Last »
sigvald commented on 2018-02-19 15:18 (UTC)
So I managed to install it and the mpirun problem was indeed a problem on my computer and not on the package per se. I'll give workarounds for both issues:
So for the SSL problem I don't know what's up with the SSL of that site. For those who are ready to take the chances of trusting this site, download the source file (http://gforge.inria.fr/frs/download.php/file/34618/scotch_6.0.4.tar.gz) into your scotch folder and run "makepkg -sri". Since the file is already there, it won't complain that the certificate of the site is not trusted.
Second, the testing of scotch involved running something on 4 processes while my laptop only have 2 cores. This was not a problem with my old installation of OpenMPI (perhaps an OpenMPI 3 thing?). If you can't run "mpirun -n 4 echo hello" then you have this problem too. However, adding "--oversubscribe" allows you to run 4 processes. I made makepkg add this flag to the test by adding a sed-line in the the check() function in the PKGBUILD file as follows:
And that made it work. May I suggest adding that sed-line permanently to this PKGBUILD?
sigvald commented on 2018-02-19 12:46 (UTC) (edited on 2018-02-19 12:48 (UTC) by sigvald)
It seems that this error is because the source of the .tar.gz file used to be on an http:// adress but now it is forwarded to an https:// adress (but otherwise the same adress) and my system cannot verify the validity of the certificate. Of course, neither can I, but if you decide to "trust" the source anyway, you can download the .tar.gz-file to your clone of the scotch folder and run makepkg -sri again. Since the source file is already there it won't use curl to try to download it. That gets us one step further, but now I get this one:
I find this a bit strange since I don't normally have any problem running mpirun with 4 processes.
ioquatix commented on 2018-02-19 12:38 (UTC)
I get the same problem now. Is there something wrong with the SSL on that website?
sigvald commented on 2018-02-19 12:32 (UTC) (edited on 2018-02-19 12:46 (UTC) by sigvald)
I get the following:
zoidberg commented on 2018-01-07 08:03 (UTC) (edited on 2018-01-07 08:05 (UTC) by zoidberg)
I am unable to build this package on an up-to-date Arch system. I have pasted the last few lines of the build output below.
AsmundEr commented on 2017-04-04 06:53 (UTC)
ioquatix commented on 2017-04-03 11:30 (UTC)
AsmundEr commented on 2017-04-03 11:29 (UTC)
ioquatix commented on 2017-04-03 11:28 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 17 Next › Last »