X3nOph0N / petsc4py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

========================
README: PETSc for Python
========================

:Author:       Lisandro Dalcin
:Contact:      dalcinl@gmail.com
:Web Site:     http://petsc4py.googlecode.com/
:Organization: CIMEC <http://www.cimec.org.ar/>
:Address:      CCT CONICET, 3000 Santa Fe, Argentina

Thank you for downloading the *PETSc for Python* project archive. As
this is a work in progress, please check the `project website`_ for
updates.

.. _CIMEC:            http://www.cimec.org.ar/
.. _project website:  http://petsc4py.googlecode.com/


- To build and install this package, you must meet the following
  requirements.

  + PETSc_ 3.4 or 3.3, built with *shared libraries* (i.e., by
    passing ``--with-shared-libraries`` option to PETSc ``configure``
    script; this is not strictly required, but **highly** recommended).

  + Python_ 2.4 to 2.7 and 3.1 to 3.3.

  + NumPy_ 1.0.1 and above.

.. _PETSc:  http://www.mcs.anl.gov/petsc/
.. _Python: http://www.python.org
.. _NumPy:  http://numpy.scipy.org


- This package uses standard `distutils`. For detailed instructions
  about requirements and the building/install process, read the file
  ``docs/srouce/install.rst``.

About

License:Other


Languages

Language:Cython 63.6%Language:Python 25.0%Language:C 8.4%Language:SWIG 2.5%Language:Makefile 0.4%Language:Shell 0.0%