# VASP

We generally run 2 versions of VASP - 5.4.4 and 6. VASP 6 is used primarily on nodes operating on the Knights Landing (KNL) CPU architecture, while VASP 5.4.4 is generally used on all other CPUs.

### VASP on NERSC

NERSC maintains compiled, and optimized versions of the vasp binaries. To get access to these binaries, you must be added to the group VASP license. If/when you determine that your research requires the use of VASP, please contact Kristin and request to be added to the VASP License. We currently have two sets of licenses i) UC Berkeley Affiliated (Purchased through VASP Software GmbH) and ii) LBNL Affiliated (Purchased through Materials Design). Once you have been added to one of the licenses, fill out the [VASP License Confirmation Request](https://nersc.servicenowservices.com/nav_to.do?uri=%2Fcatalog_home.do%3Fsysparm_view%3Dcatalog_default) to get access to the binaries on NERSC machines.

More information can be found in the [NERSC documentation](https://docs.nersc.gov/applications/vasp/)

The potcar files can be found in the following directory.&#x20;

```
/project/projectdirs/matgen/POTCARs
```

\*Note\*: Users with only jcesr access will need to request access to matgen to access these POTCARs. Contact the NERSC Resource Manager and request to be added to the 'matgen' UNIX group.

### VASP on Berkeley Research Computing (savio)

When running vasp on savio, we have access to our own compilations. To access the vasp binaries on savio, add the following line to your .bashrc file.

```
export MODULEPATH=${MODULEPATH}:/global/home/groups/co_lsdi/sl7/modfiles
```

POTCARs are located at:

```
/clusterfs/cloudcuckoo/POTCARs
```

For issues with these compilations, please contact Eric Sivonxay (<esivonxay@lbl.gov>)

### Lawrencium

When running vasp on Lawrencium, we have access to our own compilations. To access the vasp binaries on Lawrencium, add the following line to your .bashrc file.

```
export MODULEPATH=${MODULEPATH}:/global/home/groups-sw/lr_mp/modules/vasp
```

Pre-release versions of the VASP modules are located at export /clusterfs/mp/temp\_modfiles

POTCARs are located at:

```
/clusterfs/mp/software/POTCARs
```

For issues with these compilations, please contact Eric Sivonxay (<esivonxay@lbl.gov>)

**Special thanks to the original authors of this page**: Eric Sivonxay


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://materialsproject.gitbook.io/persson-group-handbook/computing/simulation-codes/ab-initio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
