Find the correct machine for the machine you want to use. You will a copy of the source code files for
add the following line before compiling.
export -n LANG=
move to your ~/bin directory
cd ~/bin
Make soft links, this is the same as short cuts.
ln -s $HOME/usr/local/vasp/vasp.5.4.1/bin/vasp_std $HOME/bin/vasp_std
ln -s $HOME/usr/local/vasp/vasp.5.4.1/bin/vasp_ncl $HOME/bin/vasp_ncl
ln -s $HOME/usr/local/vasp/vasp.5.4.1/bin/vasp_gam $HOME/bin/vasp_gam
1.6 Add environment variables to your ~/.bash_profile
open your profile with vim
vi ~/.bash_profile
Add variables to these links in your profile to your ~/.profile
# ENVIRONMENT VARIABLES FOR VASP
export VASP_STD_BIN=$HOME/bin/vasp_std
export VASP_NCL_BIN=$HOME/bin/vasp_ncl
export VASP_GAM_BIN=$HOMEi/bin/vasp_gam
export VASP_BIN=$VASP_STD_BIN