File: PKG-INFO

package info (click to toggle)
petsc4py 3.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,216 kB
  • ctags: 17,112
  • sloc: python: 7,096; ansic: 1,651; makefile: 376; f90: 324
file content (80 lines) | stat: -rw-r--r-- 2,957 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Metadata-Version: 1.1
Name: petsc4py
Version: 3.7.0
Summary: PETSc for Python
Home-page: https://bitbucket.org/petsc/petsc4py/
Author: Lisandro Dalcin
Author-email: dalcinl@gmail.com
License: BSD
Download-URL: https://bitbucket.org/petsc/petsc4py/downloads/petsc4py-3.7.0.tar.gz
Description: PETSc for Python
        ================
        
        Python bindings for PETSc.
        
        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
        
        You can also install the in-development version of petsc4py 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
        
        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
        
        
        Citations
        ---------
        
        If PETSc for Python been significant to a project that leads to an
        academic publication, please acknowledge that fact by citing the
        project.
        
        * L. Dalcin, P. Kler, R. Paz, and A. Cosimo,
          *Parallel Distributed Computing using Python*,
          Advances in Water Resources, 34(9):1124-1139, 2011.
          http://dx.doi.org/10.1016/j.advwatres.2011.04.013
        
        * S. Balay, S. Abhyankar, M.F. Adams, J. Brown, P. Brune, K. Buschelman,
          L. Dalcin, V. Eijkhout, W.D. Gropp, D. Karpeyev, D. Kaushik,
          M.G. Knepley, L. Curfman McInnes, K. Rupp, B.F. Smith, S. Zampini,
          H. Zhang, and H. Zhang,
          *PETSc Users Manual*, ANL-95/11 - Revision 3.7, 2016.
          http://www.mcs.anl.gov/petsc/petsc-current/docs/manual.pdf
        
Keywords: scientific computing,parallel computing,PETSc,MPI
Platform: POSIX
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Requires: numpy
Provides: petsc4py