This version of ncpaprop is now deprecated and will not be updated. For the latest tested code, please see https://github.com/chetzer-ncpa/ncpaprop-release/
- Run ./configure with appropriate parameters. Examples:
To link to an existing PETSc/SLEPc installation:
./configure PETSC_DIR=/code/petsc SLEPC_DIR=/code/slepc PETSC_ARCH_REAL=arch-linux-c-real PETSC_ARCH_COMPLEX=arch-linux-c-complex --enable-autodependencies
To download and install PETSc and SLEPc locally to the ncpaprop installation:
./configure --with-localpetsc --enable-autodependencies
See the manual for detailed information on additional parameters.
-
Run
make