<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear Hideaki,<br class=""> ,<div class="">Fabio Affinito can advise for the Intel Phi part however I do suggest to run configure in this way:</div><div class=""><div class=""><br class=""></div><div class=""><font face="Andale Mono" class="">./configure --enable-openmp --enable-parallel --with-scalapack=intel</font></div><div class=""><br class=""></div><div class="">and only after edit the make.sys to eventually modify the libraries patch and names. The configure should be able to pickup MKL and ScaLAPACK if the environment is set correctly.<br class=""><div class=""><div class=""><br class=""></div><div class="">The problem you see is additional to the one I noticed while ago with the latest 15.x Intel compiler. If you can systematically reproduce this compiler seg fault then it is worth to file a bug report to Intel. It mention a core file... do you have one in the PW/src directory?</div><div class=""><br class=""></div><div class="">F</div><div class=""><br class=""></div><div class="">On Jan 23, 2015, at 3:59 PM, Hideaki Kuraishi <<a href="mailto:Hideaki.Kuraishi@uk.fujitsu.com" class="">Hideaki.Kuraishi@uk.fujitsu.com</a>> wrote:<br class=""><blockquote type="cite" class="">Hello,<br class=""><br class="">I have been trying to build QE 5.0.2 with Intel Compiler 15.0.0 and Intel MPI 5.0 to run in native mode. However, though configure is fine, it fails at make phase with segmentation fault error as follows.<br class=""><br class="">--------------------------------------<br class="">           :<br class="">mpiifort -openmp -o bands_FS.x bands_FS.o -L$MKLROOT/lib/mic -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64 -liopm5 $MKLROOT/lib/mic/libmkl_lapack95_lp64.a -liomp5 $HOME/mkl/lib/libfftw3xf_intel.a -L$MKLROOT/lib/mic -lmkl_intel_lp64 -liomp5<br class=""><br class="">/opt/intel/impi/5.0.0.028/intel64/bin/mpiifort: line 729:  5630 Segmentation fault      (core dumped) $Show $FC $FCFLAGS "${allargs[@]}" $FCMODDIRS $FCINCDIRS -L${libdir}${MPILIBDIR} -L$libdir $rpath_opt $mpilibs $I_MPI_OTHERLIBS $LDFLAGS $MPI_OTHERLIBS<br class=""><br class="">( cd ../../bin ; ln -fs ../PW/tools/bands_FS.x . )<br class=""><br class="">mpiifort -openmp -o kvecs_FS.x kvecs_FS.o -L$MKLROOT/lib/mic -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64 -liopm5 $MKLROOT/lib/mic/libmkl_lapack95_lp64.a -liomp5 $HOME/mkl/lib/libfftw3xf_intel.a -L$MKLROOT/lib/mic -lmkl_intel_lp64 -liomp5<br class=""><br class="">/opt/intel/impi/5.0.0.028/intel64/bin/mpiifort: line 729:  5656 Segmentation fault      (core dumped) $Show $FC $FCFLAGS "${allargs[@]}" $FCMODDIRS $FCINCDIRS -L${libdir}${MPILIBDIR} -L$libdir $rpath_opt $mpilibs $I_MPI_OTHERLIBS $LDFLAGS $MPI_OTHERLIBS<br class=""><br class="">( cd ../../bin ; ln -fs ../PW/tools/kvecs_FS.x . )<br class="">           : <br class="">--------------------------------------<br class=""><br class="">If someone has experienced the same error, could you please share the information on how to solve this?<br class=""><br class="">My procedure is...<br class=""><br class="">(1) Configure<br class="">export CC=mpicc<br class="">export FC=mpiifort<br class="">export F90=$FC<br class="">export MPIF90=$FC<br class="">export AR="xiar"<br class="">export CFLAGS="-mmic -openmp"<br class="">export FFLAGS=$CFLAGS<br class="">export FCFLAGS=$CFLAGS<br class="">export BLAS_LIBS="-L$MKLROOT/lib/mic -lmkl_intel_lp64 -liomp5" <br class="">export LAPACK_LIBS="$MKLROOT/lib/mic/libmkl_lapack95_lp64.a -liomp5" <br class="">export SCALAPACK_LIBS="-L$MKLROOT/lib/mic -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64 -liopm5"<br class=""><br class="">$ ./configure --enable-openmp --enable-parallel<br class=""><br class="">(2) Build<br class="">$ make pw 2>&1 | tee LOG.make<br class=""><br class="">Best regards<br class="">Kai<br class=""><br class="">______________________________________________________________________<br class=""><br class="">Fujitsu Laboratories of Europe Limited<br class="">Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE<br class="">Registered No. 4153469<br class=""><br class="">This e-mail and any attachments are for the sole use of addressee(s) and<br class="">may contain information which is privileged and confidential. Unauthorised<br class="">use or copying for disclosure is strictly prohibited. The fact that this<br class="">e-mail has been scanned by Trendmicro Interscan does not guarantee that <br class="">it has not been intercepted or amended nor that it is virus-free.<br class=""><br class=""><br class="">_______________________________________________<br class="">Pw_forum mailing list<br class=""><a href="mailto:Pw_forum@pwscf.org" class="">Pw_forum@pwscf.org</a><br class="">http://pwscf.org/mailman/listinfo/pw_forum<br class=""></blockquote><br class=""><div class="">--<br class="">Mr. Filippo SPIGA, M.Sc.<br class=""><a href="http://filippospiga.info" class="">http://filippospiga.info</a> ~ skype: filippo.spiga<br class=""><br class="">«Nobody will drive us out of Cantor's paradise.» ~ David Hilbert<br class=""><br class="">*****<br class="">Disclaimer: "Please note this message and any attachments are CONFIDENTIAL and may be privileged or otherwise protected from disclosure. The contents are not to be disclosed to anyone other than the addressee. Unauthorized recipients are requested to preserve this confidentiality and to advise the sender immediately of any error in transmission."<br class=""><br class=""></div><br class=""></div></div></div></div></body></html>