make std
This creates vasp_std in the parent directory. Wait 5–30 minutes depending on your CPU.
VASP 5.4.4 uses a pre‑configured makefile.include file. Copy the closest template and edit it. vasp 5.4.4 installation
BLAS = -L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core LAPACK = $BLAS SCALAPACK = -L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64 make std
Note: -fallow-argument-mismatch is required for gfortran >=10 due to stricter interface checking. This creates vasp_std in the parent directory
VASP requires: