now trying with indentation

This commit is contained in:
vijay gopal chilkuri 2016-12-20 12:29:39 +01:00
parent 47e58159f2
commit 83e44e9258
1 changed files with 26 additions and 23 deletions

View File

@ -14,12 +14,14 @@ Double Exchange Hamiltonian: Complete Version
------------
1. Export environment variables for PETSc and SLEPc
```shell
export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION}
export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION}
```
2. Make the executable
```shell
make ex1
```
@ -46,6 +48,7 @@ make ex1
```
2. running DEHam
```shell
mpiexec -n [nprocs] ./ex1 inpfile
```