Package Details: scalapack 2.2.0-2

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: MartinDiehl
Votes: 24
Popularity: 0.025652
First Submitted: 2009-01-12 23:39 (UTC)
Last Updated: 2023-12-26 11:00 (UTC)

Latest Comments

1 2 3 Next › Last »

MartinDiehl commented on 2024-01-31 16:03 (UTC)

it seems that 2.2.1 is just an unofficial release, only 2.2.0 is mentioned on https://www.netlib.org/scalapack

Unless there are issues with 2.2.0, I would not update to 2.2.1.

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 }