These instructions are for building VASP 5.4.1 (05Feb16 revision) on the University of Bath's Balena HPC cluster.
VASP 5.4.1 was build with the following modules:
intel/compiler/64/15.0.0.090intel/mkl/64/11.2openmpi/intel/1.8.4cuda/toolkit/7.5.18
-
Prepare a suitable
makefile.includein the top-level directory;makefile.include.balenais based on themakefile.include.linux_intel_cudatemplate distributed with the source code. -
Compile the binaries, including the
gpuandgpu_ncltargets:make std gam ncl gpu gpu_ncl.
Running jobs with the GPU-enabled versions of VASP requires a modified SLURM script to request a GPU-equipped node and to perform some setup tasks. See the sample submission script in Scripts for an example.