VASP
The Vienna Ab initio Simulation Package (VASP) is a package for performing advanced mechanical computations. This page will explain how VASP can be accessed and used on Oscar.
Setting up VASP
Available Versions
Running VASP
mpirun -n <number-of-tasks> vasp_std# 2 nodes
#SBATCH -n 2
# 20 tasks per node
#SBATCH --ntasks-per-node=20
mpirun -n 2 vasp_stdLast updated
Was this helpful?