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

now trying with indentation

This commit is contained in:
vijay gopal chilkuri 2016-12-20 12:29:39 +01:00
parent 47e58159f2
commit 83e44e9258

View File

@ -14,12 +14,14 @@ Double Exchange Hamiltonian: Complete Version
------------ ------------
1. Export environment variables for PETSc and SLEPc 1. Export environment variables for PETSc and SLEPc
```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}
``` ```
2. Make the executable 2. Make the executable
```shell ```shell
make ex1 make ex1
``` ```
@ -46,6 +48,7 @@ make ex1
``` ```
2. running DEHam 2. running DEHam
```shell ```shell
mpiexec -n [nprocs] ./ex1 inpfile mpiexec -n [nprocs] ./ex1 inpfile
``` ```