Using PETSc

From LWP-Wiki
Revision as of 14:34, 15 December 2016 by Chris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The PETSc toolkit can be found in /opt/netapps/petsc. In order for you to use it, you can appended this to your .profile:

PETSCSNIPPET=/opt/netapps/petsc/sourceme
[ -r ${PETSCSNIPPET} ] && . ${PETSCSNIPPET}

Or you can run the following command manually:

. /opt/netapps/petsc/sourceme