Update VASP documentation authored by Doak, Peter W.'s avatar Doak, Peter W.
# On Cades-Condo
We have a prebuilt versions of 5.4.1 and 5.4.1.2 with the cnms patches (includes vtst). To use them
### 5.4.1
[build options](cades-vasp-5.4.1)
We have a number of versions of VASP 5.4.4, 5.4.1.2 and 5.4.1. with and without the CNMS patches (includes vtst). To use them load the appropriate module. If you want to make your own build message @epd on the Cades slack for access to our VASP code repository.
## 5.4.4 (with CNMS patches)
[build options](cades-vasp-5.4.4-CNMS)
```shell_session
bash$ module load env/cades-cnms
bash$ module load vasp/5.4.1
bash$ module load vasp/5.4.1.2
```
## 5.4.4 (with stock code)
[build options](cades-vasp-5.4.4-vanilla)
```shell_session
bash$ module load env/cades-cnms
bash$ module load vasp/5.4.1.2
```
### 5.4.1.2 (with cnms patches)
## 5.4.1.2 (with CNMS patches)
[build options](cades-vasp-5.4.1.2)
```shell_session
bash$ module load env/cades-cnms
bash$ module load vasp/5.4.1.2
```
## 5.4.1
[build options](cades-vasp-5.4.1)
```shell_session
bash$ module load env/cades-cnms
bash$ module load vasp/5.4.1
```
## Example Job Script
......
......