Skip to main content

SLEPc for Python

Project description

Python bindings for SLEPc.

Install

If you have a working MPI implementation and the mpicc compiler wrapper is on your search path, it highly recommended to install mpi4py first:

$ pip install mpi4py

Ensure you have NumPy installed:

$ pip install numpy

and finally:

$ pip install petsc petsc4py slepc slepc4py

You can also install the in-development version of slepc4py with:

$ pip install Cython numpy mpi4py
$ pip install --no-deps git+https://bitbucket.org/petsc/petsc
$ pip install --no-deps git+https://bitbucket.org/petsc/petsc4py
$ pip install --no-deps git+https://bitbucket.org/slepc/slepc
$ pip install --no-deps git+https://bitbucket.org/slepc/slepc4py

or:

$ pip install Cython numpy mpi4py
$ pip install --no-deps https://bitbucket.org/petsc/petsc/get/master.tar.gz
$ pip install --no-deps https://bitbucket.org/petsc/petsc4py/get/master.tar.gz
$ pip install --no-deps https://bitbucket.org/slepc/slepc/get/master.tar.gz
$ pip install --no-deps https://bitbucket.org/slepc/slepc4py/get/master.tar.gz

Citations

If SLEPc for Python been significant to a project that leads to an academic publication, please acknowledge that fact by citing the project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slepc4py-3.8.0.tar.gz (814.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page