Vasp 5.4.4 Installation ✰

cd $HOME/src
tar -xzf vasp.5.4.4.tar.gz
cd vasp.5.4.4

Let's dissect a robust makefile.include for an Intel cluster. I'll add extensive comments.

# Compiler and MPI wrapper
FC         = mpiifort    # Intel MPI wrapper for ifort
FCL        = mpiifort    # Linker; same as FC usually
make -j 4 std   # use 4 cores for compilation