mirror of
https://github.com/LCPQ/DEHam
synced 2024-12-22 12:23:40 +01:00
export path for c compiler
This commit is contained in:
parent
52d361438b
commit
31c7aa2694
@ -22,6 +22,7 @@ Double Exchange Hamiltonian: Complete Version
|
|||||||
```shell
|
```shell
|
||||||
export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION}
|
export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION}
|
||||||
export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION}
|
export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION}
|
||||||
|
export C_INCLUDE_PATH+=:$PETSC_DIR/include/:$SLEPC_DIR/include:$PETSC_DIR/arch-linux2-c-debug/include/:$SLEPC_DIR/arch-linux2-c-debug/include
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Make the executable
|
2. Make the executable
|
||||||
|
Loading…
Reference in New Issue
Block a user