The Vienna Ab initio Simulation Package (VASP) is a computer program for atomic scale materials modelling, for example electronic structure calculations and quantum-mechanical molecular dynamics, from first principles. |
This guide serves as an introduction to running VASP at Pawsey.
Proof of a license is required before being granted access to VASP.
You should submit a helpdesk ticket requesting VASP access, including the user accounts and email addresses that require access.
The email addresses for the accounts must match the email addresses that are used on the VASP licensing portal.
Based on experience, checking the email that was used in the VASP license portal first can avoid confusion and help us progress the ticket faster.
The Pawsey helpdesk will then use the VASP licensing portal to confirm a valid licence, which is why it is important to have a matching email address to the one registered with VASP.
Upon confirmation from the VASP licensing portal we will grant access to the vasp
and/or vasp6
groups depending on the type of license, which will allow the accounts to load the corresponding VASP modules.
Generally, up to 6 users can be on a single licence. Note that licenses are restricted to particular versions of VASP.
Note
If you haven't explcitly requested access to VASP, then, when you try to do anything VASP-realted,
including just copying-and-pasting the example scripts on this page, you may see the following
slurmstepd: error: execve(): vasp_std: No such file or directory slurmstepd: error: execve(): vasp_std: No such file or directory” |
so, before contacting P awsey to say that "VASP isn't working", check that you have,
or yout PI, on your behallf, has, requested that you be added into the VASP groups.
VASP is installed for the GNU programming environment on Setonix.
|
The ulimit
command is required because VASP uses a large amount of stack memory in addition to heap memory. This does not unlock more physical memory or change the amount of memory allocated to the job.
In VASP versions 5.4.4, 6.2.1 and 6.3.0 there are three default binaries created:
vasp_std
vasp_gam
vasp_ncl
GPU-enabled builds of VASP are not available on Setonix.
Pawsey staff does not install any VASP customisations globally. If you need a modified version of VASP, you can install it from a source archive using Spack. Note that you must have a valid VASP license and be able to download the VASP source code from the VASP portal before you can build a custom VASP installation.
VASPsol and VTST are popular customisation packages for VASP; VASPsol enables calculations using an implicit solvation model, while VTST is a utility for finding saddle points and evaluating transition state theory (TST) rate constants.
Users with a valid VASP license can use Spack to install VASP with VASPsol, VTST, or both. Note how the Spack installation command needs to be run from a directory containing the VASP source archive for the requested version.
The example below shows the procedure to install VASP 5.4.4.pl2 with VASPsol and VTST using Spack:
|
Note that this procedure has been tested with the following versions and options:
Only the original version of VASPsol (external link) can be installed using Spack. The community-developed VASPsol++ plugin (external link) cannot be installed this way. |