mirror of
https://github.com/LCPQ/DEHam
synced 2024-12-22 04:13:44 +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
|
||||
export PETSC_DIR=${PATH_TO_PETSC_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
|
||||
|
Loading…
Reference in New Issue
Block a user