PETSc

From ACENET
Revision as of 13:09, December 11, 2012 by Skhan (talk | contribs) (Created page with "Category:Software ; Description: PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description
PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations.
Modulefile
petsc
Documentation
PETSc homepage
Usage
Here is an example how one could link their code compiled with GCC against the appropriate PETSc library:
$ module load gcc openmpi/gcc petsc/gcc
$ gcc <compiler commands> -I$PETSC/include -L$PETSC/lib -lpetsc