Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

VASP VersionUser GroupVASP ModulefileMPI RequirementCPU/GPULise/Emmy
5.4.4 with patch 16052018vasp5_2vasp/5.4.4.p1impi/2019.5(Haken) / (Fehler)(Haken) / (Haken)
6.4.1vasp6vasp/6.4.1impi/2021.7.1(Haken) / (Fehler)(Haken) / (Fehler)
6.4.2vasp6vasp/6.4.2impi/2021.7.1(Haken) / (Fehler)(Haken) / (Fehler)
6.4.1vasp6vasp/6.4.1nvhpc-hpcx/23.1

(Fehler) / (Haken)

(Haken) / (Fehler)

N.B.: VASP version 6.x has been compiled with support for OpenMP, HDF5, and Wannier90. The CPU version additionally supports Libxc. The version 6.4.2 supports additionally the DFTD4 van-der-Waals functional.

Executables

Our installations of VASP comprise the regular executables (vasp_std, vasp_gam, vasp_ncl) and, optionally, community driven modifications to VASP as shown in the table below. They are available in the directory added to the PATH environment variable by one of the vasp environment modules.

...

N.B.: The VTST script collection is not available from the vasp environment modules. Instead, it is provided by the vtstscripts environment module(s).N.B.: VASP version 6.x has been compiled with support for OpenMP, HDF5, and Wannier90. The CPU version additionally supports Libxc.

Example Jobscripts

Codeblock
languagebash
title For Intel Skylake CPU compute nodes (Phase 1, Göttingen only):
#!/bin/bash
#SBATCH --time 12:00:00
#SBATCH --nodes 2
#SBATCH --tasks-per-node 40

export SLURM_CPU_BIND=none

module load impi/2019.5
module load vasp/5.4.4.p1

mpirun vasp_std

...