Search Criteria
Package Details: pastix 6.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pastix.git (read-only, click to copy) |
---|---|
Package Base: | pastix |
Description: | High performance parallel solver for very large sparse linear systems based on direct methods |
Upstream URL: | https://gitlab.inria.fr/solverstack/pastix |
Keywords: | computing scientific |
Licenses: | LGPL3 |
Provides: | libpastix.so, libpastix_kernels.so, libspm.so, libspmf.so |
Submitter: | myles |
Maintainer: | lahwaacz |
Last Packager: | lahwaacz |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-03 13:29 (UTC) |
Last Updated: | 2023-07-30 12:31 (UTC) |
Dependencies (11)
- cblas (armpl, blis-cblas-openmp, blis-cblas, opencblas, atlas-lapack, aocl-blis-aocc, aocl-blis, blas-aocl-gcc, blas-aocl-aocc, blas-mkl, openblas-lapack, blas-git, blas-openblas)
- hwloc
- lapacke (aocl-libflame-aocc, aocl-libflame, blas-aocl-gcc, blas-aocl-aocc, blas-mkl, openblas-lapack, lapacke-git, blas-openblas)
- metis
- openmpi (openmpi-git, openmpi-ucx)
- python (python36, python32, python37, python39, python38, python310, python312)
- scotch (scotch-git)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- gcc-fortran (gccrs-fortran-git, gcc-fortran-git, gcc11-fortran) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (1)
- petsc-complex (optional)
Latest Comments
1 2 Next › Last »
MartinDiehl commented on 2023-09-19 08:53 (UTC)
@lahwaacz: thanks for the quick reply.
I can compile it on a different system, where the
CFLags
look like yours. I don't understand fully why C options influence the compilation of Fortran code, but it seems that the options on my other system lead to the issue. I'll investigate that later.Another thing I noticed is that it finds an oneAPI BLAS even though I don't have
blas-mkl
installed, onlyintel-oneapi-mkl
:lahwaacz commented on 2023-09-19 07:26 (UTC)
@MartinDiehl The CFlags should be like this:
Have you modified
CFLAGS
in yourmakepkg.conf
?MartinDiehl commented on 2023-09-19 06:24 (UTC)
@lahwaacz
I have gcc version 13.2.1 20230801.
The configuration log is
I have SCOTCH and METIS installed and use openBLAS.
Interestingly,
spmCheckAxb
is an interface tospmCheckAxb_f08
whose type forx
isclass(*)
. ButspmCheckAxb_f2c
hastype(c_ptr)
as type forx
lahwaacz commented on 2023-08-08 06:41 (UTC)
@MartinDiehl It still builds fine for me. What is your Fortran compiler?
MartinDiehl commented on 2023-08-07 17:42 (UTC)
I can't compile it at the moment:
looks like an upstream issue
carlosal1015 commented on 2023-07-30 15:59 (UTC) (edited on 2023-07-30 16:08 (UTC) by carlosal1015)
Thanks, is fixed now. Related with Scotch, upstream says:
carlosal1015 commented on 2023-07-30 03:14 (UTC) (edited on 2023-07-30 03:57 (UTC) by carlosal1015)
With recent metis upgrade, can not build the package
Edited: Ok, looks like an issue from METIS side (see
pastix/build/CMakeFiles/CMakeConfigureLog.yaml
)I found this related link, not sure if is a bug from pastix side.
lahwaacz commented on 2020-12-21 12:46 (UTC)
@myles: if petsc provides pastix, why does it still have
pastix
inoptdepends
?myles commented on 2019-03-21 10:26 (UTC)
Pastix is available via PETSc now.
nate commented on 2017-04-15 04:10 (UTC) (edited on 2017-04-15 04:13 (UTC) by nate)
1 2 Next › Last »