PETSc
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...")
- 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