Hi, energy one, I want compile a mpi+openmp cp2k with mvapich2, mkl, ifort.<br>The mvapich2 configure is as following.<br><br>./configure --enable-f77 --prefix=/opt/mvapich2-1.8.1  --disable-mcast --with-ib-include=/usr/include/infiniband --with-ib-libpath=/usr/lib64 --enable-threads=multiple --enable-threads=funneled<br><br><br>I can compile the code smoothly and get cp2k.psmp. However, when running, It give me a error as following,<br><br> MPI error 0 in MPI library does not support the requested level of threading (MPI_THREAD_FUNNELED).<br><br>It seems that the MPI_THREAD_FUNNELED is not supported by mvapich2, isn't it? But why in the configure of mvapich2 have the option of   --enable-threads=funneled??<br><br>Anybody any idea?<br><br>Jianfeng Jia<br>