2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-07-17 08:30:30 +02:00

modified export variables

This commit is contained in:
vijay gopal chilkuri 2016-12-20 12:14:59 +01:00
parent 763ca132ef
commit 88917b0c22

View File

@ -8,8 +8,8 @@ I. Compiling
1. Export environment variables for PETSc and SLEPc 1. Export environment variables for PETSc and SLEPc
```shell ```shell
export PETSC_DIR=/usr/local/Cellar/petsc/3.6.3_4/real export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION}
export SLEPC_DIR=/usr/local/Cellar/slepc/3.6.2_1/real/ export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION}
``` ```
2. Make the executable 2. Make the executable