Using PETSc

From LWP-Wiki
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