Difference between revisions of "Software:petsc"
From CAC Wiki
(Created page with "== FreeFem++ (ff++) == {| style="border-spacing: 8px;" | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |...") |
(→FreeFem++ (ff++)) |
||
Line 1: | Line 1: | ||
− | == | + | == FPortable Extensible Toolkit for Scientific computation (PETsc) == |
{| style="border-spacing: 8px;" | {| style="border-spacing: 8px;" | ||
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
− | + | PETSc, the Portable Extensible Toolkit for Scientific computation, is a suite of data structures and routines for the parallel (and serial) implementation of large scale application codes. PETSc uses the MPI library for its message-passing communications. | |
− | * '''Version''': 3. | + | * '''Version''': 3.5.2 |
− | + | * '''Location''': /opt/petsc | |
− | * '''Location''': /opt/ | + | * '''Related link''': For more information go to the [http://www.mcs.anl.gov/petsc/petsc-as PETSc Website] |
− | * '''Related link''': For more information go to the [http://www. | + | * '''FAQ Help file''': For some hints on local usage, see the [[FAQ:PETSc|PETSc FAQ]]. |
− | * ''' | + | |
− | + | ||
− | + | ||
|} | |} | ||
* '''Related Software''': | * '''Related Software''': | ||
− | + | : [[Software:hypre|Hypre]] | |
− | + | : [[Software:fftw|FFTW]] | |
− | + | : [[Software:matlab|Matlab]] | |
− | + | : [[Software:R|R]] |
Latest revision as of 16:10, 30 May 2016
FPortable Extensible Toolkit for Scientific computation (PETsc)
PETSc, the Portable Extensible Toolkit for Scientific computation, is a suite of data structures and routines for the parallel (and serial) implementation of large scale application codes. PETSc uses the MPI library for its message-passing communications.
|
- Related Software: