Difference between revisions of "Applications/Petsc"
From HPC
m |
m |
||
Line 9: | Line 9: | ||
PETSc includes a large suite of parallel linear, non-linear equation solvers, some usage areas are shown below: | PETSc includes a large suite of parallel linear, non-linear equation solvers, some usage areas are shown below: | ||
− | * Parallel vectors | + | * Parallel vectors include code for communicating ghost points |
* Parallel matrices, several sparse storage formats easy, efficient assembly | * Parallel matrices, several sparse storage formats easy, efficient assembly | ||
* Scalable parallel pre-conditioners | * Scalable parallel pre-conditioners | ||
Line 24: | Line 24: | ||
− | == | + | ==Next Steps== |
[http://www.mcs.anl.gov/petsc/index.html http://www.mcs.anl.gov/petsc/index.html] | [http://www.mcs.anl.gov/petsc/index.html http://www.mcs.anl.gov/petsc/index.html] |
Latest revision as of 16:54, 8 November 2022
Application Details
- Description: A suite of data structures and routines for the scalable (parallel) solution of scientific applications modelled by partial differential equations. It supports MPI, and GPUs through CUDA or OpenCL, as well as hybrid MPI-GPU parallelism.
- Version: 3.7 and 3.7.5
- Module: petsc/3.7 and petsc/3.7.5
- Licence: GNU
Usage Areas
PETSc includes a large suite of parallel linear, non-linear equation solvers, some usage areas are shown below:
- Parallel vectors include code for communicating ghost points
- Parallel matrices, several sparse storage formats easy, efficient assembly
- Scalable parallel pre-conditioners
- Krylov subspace methods
- Parallel Newton-based non-linear solvers
- Parallel time-stepping (ODE) solvers
- Support for Nvidia GPU cards
Module
[username@login01 ~]$ module add petsc/3.7.5
Next Steps
http://www.mcs.anl.gov/petsc/index.html