SCIRun PETSc Configure Options

The configure options below add support for PETSc in SCIRun. Include these options in the SCIRun configure command (see “Building SCIRun”).

--with-unipetsc=path-to-petsc

Specifies the path to the PETSc directory.

--with-blas=path-to-blas-libs

Specifies the path to the BLAS libraries. Not needed if using a vendor supplied library or if the BLAS RPM was installed.

--with-atlas=path-to-atlas-libs

Specifies the path to the ATLAS libraries. Not needed if using a vendor supplied library.

--with-lapack=path-to-lapack-libs

Specifies the path to the LAPACK libraries. Not needed if using a vendor supplied library or if the LAPACK RPM was installed.

Here is an example SCIRun configure command:

../src/configure \
--enable-package="BioPSE MatlabInterface Teem" \
--with-unipetsc=/usr/local/petsc \
--with-thirdparty=/usr/local/SCIRun/Thirdparty/1.22.0/Irix/CC-32bit \
--with-blas=/usr/local/lib \
--with-lapack=/usr/local/lib