Software like VASP uses calling statements of the FFTW3 which differ to the implementation of FFT in MKL. You will need to compile the wrapper routines for MKL
# cd $MKLROOT/interfaces/fftw3xf
# make
After a successful compilation libfftw3xf_intel.a was created in this directory
Pingback: Compiling VASP 5.3.3 with OpenMPI 1.6.5 and Intel 12.1.5 | Linux Cluster