Using PETSc

From LWP-Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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