Software:Portable, Extensible Toolkit for Scientific Computation
Stable release | 3.20
/ 28 September 2023 |
---|---|
Operating system | Linux, Unix, Mac OS X, Windows |
Available in | C, Python, Fortran |
Type | Scientific simulation software |
License | BSD 2-clause license |
Website | petsc |
The Portable, Extensible Toolkit for Scientific Computation (PETSc, pronounced PET-see; the S is silent), is a suite of data structures and routines developed by Argonne National Laboratory for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the Message Passing Interface (MPI) standard for all message-passing communication. PETSc is the world’s most widely used parallel numerical software library for partial differential equations and sparse matrix computations. PETSc received an R&D 100 Award in 2009.[1][2][3] The PETSc Core Development Group won the SIAM/ACM Prize in Computational Science and Engineering for 2015.[4]
PETSc is intended for use in large-scale application projects, many ongoing computational science projects are built around the PETSc libraries. Its careful design allows advanced users to have detailed control over the solution process. PETSc includes a large suite of parallel linear and nonlinear equation solvers that are easily used in application codes written in C, C++, Fortran and now Python. PETSc provides many of the mechanisms needed within parallel application code, such as simple parallel matrix and vector assembly routines that allow the overlap of communication and computation. In addition, PETSc includes support for parallel distributed arrays useful for finite difference methods.[5]
Components
PETSc consists of a variety of components consisting of major classes and supporting infrastructure. Users typically interact with objects of the highest level classes relevant to their application, essential lower level objects such as vectors, and may customize or extend any others. All major components of PETSc have an extensible plugin architecture.
Features and modules
PETSc provides many features for parallel computation, broken into several modules:
- Index sets, including permutations, for indexing into vectors, renumbering, etc.
- Parallel vectors; and matrices (generally sparse)
- Scatters (handles communicating ghost point information) and gathers (the opposite of scatters)
- Data management for parallel structured and unstructured meshes
- Several sparse storage formats
- Scalable parallel preconditioners, including multigrid and sparse direct solvers
- Krylov subspace methods
- Parallel nonlinear solvers, such as Newton's method and nonlinear GMRES
- Parallel time-stepping (ODE and DAE) solvers
- Parallel optimization solvers, such as BFGS
- Automatic profiling of floating point and memory usage
- Consistent interface
- Intensive error checking
- Portable to UNIX, Mac OS X, and Windows
See also
Notes
- ↑ "Archived copy". http://www.anl.gov/sites/anl.gov/files/Argonne_strategic_plan_0.pdf.
- ↑ "PETSc Wins 2009 R&D 100 Award | Argonne Leadership Computing Facility". Alcf.anl.gov. 2009-07-21. https://www.alcf.anl.gov/articles/petsc-wins-2009-rd-100-award. Retrieved 2013-05-01.
- ↑ Thu, 07/30/2009 - 5:23am (2009-07-30). "PETSc Release 3.0 expands capabilities". Rdmag.com. http://www.rdmag.com/award-winners/2009/07/petsc-release-30-expands-capabilities. Retrieved 2013-05-01.
- ↑ "SIAM/ACM Prize in Computational Science and Engineering". siam.org. 2015-03-18. http://www.siam.org/prizes/sponsored/cse.php. Retrieved 2015-04-19.
- ↑ "Archived copy". http://www.mcs.anl.gov/petsc/petsc-dev/docs/manual.pdf.
Bibliography
- PETSc Users Manual, Satish Balay, Shrirang Abhyankar, Mark F. Adams, Jed Brown, Peter Brune, Kris Buschelman, Victor Eijkhout, William D. Gropp, Dinesh Kaushik, Matthew G. Knepley, Lois Curfman McInnes, Karl Rupp, Barry F. Smith, and Hong Zhang, ANL-95/11 Revision 3.5, Argonne National Laboratory, June, 2014.
- Efficient Management of Parallelism in Object Oriented Numerical Software Libraries, Satish Balay, William D. Gropp, Lois Curfman McInnes, Barry F. Smith, Modern Software Tools in Scientific Computing, ed. Bruaset et al., pp. 163–202, 1997.
- Numerical simulation of geodynamic processes with the Portable Extensible Toolkit for Scientific Computation, R.F. Katz, M.G. Knepley, B. Smith, M. Spiegelman, and E.T. Coon, Physics of The Earth and Planetary Interiors, 163, pp. 52-68, 2007.
- Ed Bueler: "PETSc for Partial Differential Equations: Numerical Solutions in C and Python", SIAM, ISBN:978-1-611976-30-4 (2020).
External links
Original source: https://en.wikipedia.org/wiki/Portable, Extensible Toolkit for Scientific Computation.
Read more |