<div dir="ltr">Hi Kwon,<br><br>The output doesn't look good to me. There shouldn't be any MPI related error in the output. This indicates, that you are linking with wrong MKL line (Intel MPI) while using MPI from a different (OpenMPI) path, see your ldd output: '/opt/mpi/intel-14.0/openmpi-1.8.1/lib/...'.<br><br>Please correct the LIB-line, clean-up ('make distclean'), recompile and test again, before creating any non-working module.<br><br>LIBS     = $(INTEL_MKL_LIB)/libmkl_scalapack_lp64.a \<br><div dir="ltr">           -Wl,--start-group \<br>             $(INTEL_MKL_LIB)/libmkl_intel_<wbr>lp64.a \<br>             $(INTEL_MKL_LIB)/libmkl_core.a \<br>             $(INTEL_MKL_LIB)/libmkl_<wbr>sequential.a \<br>             $(INTEL_MKL_LIB)/libmkl_blacs_<span style="color: rgb(255, 0, 0);">openmpi</span>_lp64.a \<br>           -Wl,--end-group \<br>           -lpthread -lm</div><br><br>Best regards,<br>Andreas<br></div>