Search Criteria
Package Details: scalapack 2.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scalapack.git (read-only, click to copy) |
---|---|
Package Base: | scalapack |
Description: | subset of scalable LAPACK routines redesigned for distributed memory MIMD parallel computers. |
Upstream URL: | http://www.netlib.org/scalapack/ |
Licenses: | custom |
Provides: | blacs |
Submitter: | mickele |
Maintainer: | MartinDiehl |
Last Packager: | haawda |
Votes: | 24 |
Popularity: | 0.23 |
First Submitted: | 2009-01-12 23:39 (UTC) |
Last Updated: | 2022-02-03 18:22 (UTC) |
Dependencies (6)
- blas (armplAUR, blis-gitAUR, blisAUR, blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, aocl-blisAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, blas-gitAUR, atlas-lapackAUR, openblas-lapackAUR, blas-openblas)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- lapack (armplAUR, aocl-libflame-aoccAUR, aocl-libflameAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, lapack-gitAUR, atlas-lapackAUR, openblas-lapackAUR, blas-openblas)
- openmpi (openmpi-gitAUR, openmpi-ucxAUR)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gccrs-fortran-gitAUR, gcc-fortran-gitAUR, gcc11-fortranAUR) (make)
Required by (18)
- cosma
- deal-ii (optional)
- dftbplus
- elmerfem-git
- elpa
- exciting
- fleur
- freefem (optional)
- jdftx
- mumps
- mumps-cmake
- mumps-par
- nwchem
- nwchem-bin
- petsc (optional)
- petsc-free+opts (optional)
- petsc-git (optional)
- scalapack-static
Latest Comments
1 2 3 Next › Last »
a.kudelin commented on 2023-04-02 19:47 (UTC)
Please add
aarch64
to the list of available architectures.haawda commented on 2021-08-01 17:06 (UTC)
netlib.org downloads work for me.
a.kudelin commented on 2021-07-31 09:36 (UTC)
netlib.org is not available for some reason. Please update PKGBUILD with: https://pastebin.com/QzCxSF49
gdolle commented on 2020-05-27 13:32 (UTC) (edited on 2020-05-29 14:25 (UTC) by gdolle)
I confirm @xantares, with "-DCMAKE_Fortran_FLAGS=-fallow-argument-mismatch" it compiles
xantares commented on 2020-05-15 13:00 (UTC) (edited on 2020-05-15 13:03 (UTC) by xantares)
it does not build with gcc 10 (Rank mismatch)
I guess it would succeed with -fallow-argument-mismatch
see https://github.com/Reference-ScaLAPACK/scalapack/issues/21
haawda commented on 2019-12-06 15:16 (UTC)
skyto, cannot reproduce.
skyto commented on 2019-12-05 08:04 (UTC)
Error: No rule to make target 'lib/liblapack.a', needed by 'lib/libscalapack.so'
haawda commented on 2019-02-19 07:06 (UTC)
Thanks, applied.
MartinDiehl commented on 2019-02-18 19:42 (UTC)
scalapack does use some deprecated MPI routines. The following "prepare" in PKGBUILD fixes this issue for me
prepare() { cd ${pkgname}-${pkgver} sed -i 's/MPI_Type_struct/MPI_Type_create_struct/g' BLACS/SRC/*.c sed -i 's/MPI_Attr_get/MPI_Comm_get_attr/g' BLACS/SRC/blacs_get_.c cd CMAKE patch -Np0 < "$srcdir"/cmake3.13.3.patch }
haawda commented on 2019-01-29 23:18 (UTC)
Thanks, heitzmann. I applied a patch I found in the link you gave to me. It does the same as the sed-command you suggested.
1 2 3 Next › Last »