PyPardisoProject icon indicating copy to clipboard operation
PyPardisoProject copied to clipboard

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations

Results 7 PyPardisoProject issues
Sort by recently updated
recently updated
newest added

Hi, I'm looking to use this for complex128 csr matrices, but it is not currently supported. Is this in the pipeline? Is it straightforward to implement? Right now, I'm performing...

Hi, Have you looked into supporting Pardiso for clusters (so it can be run on machines with distributed memory)? Thanks!

The following links are broken: https://github.com/haasad/PyPardiso/blob/0f7afd061e68f8ef3e7f77c4aeb3f3b5070bb006/README.md?plain=1#L4 https://github.com/haasad/PyPardiso/blob/0f7afd061e68f8ef3e7f77c4aeb3f3b5070bb006/pypardiso/pardiso_wrapper.py#L20 Comparing with the [archived page](https://web.archive.org/web/20191217111852/https://software.intel.com/en-us/node/470282), I think the latter should be [this page](https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2024-1/onemkl-pardiso-parallel-direct-sparse-solver-iface.html) The first link isn't archived, so I don't know for...

The `PyPardisoSolver` object loads the MKL library on each instance and needs to be released manually by the user, using `free_memory(everything=True)`. If this is not done, memory is leaked and...

Added language badges to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, and Russian 20 languages. System will auto-update translation for README and Wiki...

1. Manually set the iparm so that: * `iparm(2)=103` to use an OMP version of fill-in reduce algorithm with `L=10` optimization * `iparm(6)=0 or 1` depends on overwrite b or...

Hello,No matter which method I use to install on my Mac, the following error message will be displayed. Is there any good solution for the version of the Macair chip...