<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
Classification: UNCLASSIFIED<br>
Caveats: FOUO<br>
<br>
<div class="WordSection1">
<p class="MsoNormal">QE:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’m trying to troubleshoot a compilation problem on our Cray XE6. The code seems to compile following the instructions given in the README, but fails to link with the MPI libraries as far as I can see. We are getting undefined reference
 errors that seem to indicate at least a library path problem, but may be more involved. Our efforts thus far have included setting environment variables as described in the README file, and swapping compiler and open_mpi versions. Here is a excerpt from the
 compile log where things start to go wrong. Please take a look and reply if you can help us.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">make[2]: Entering directory `/work/mjmiller/espresso-5.0--htakephi/PW/src'<o:p></o:p></p>
<p class="MsoNormal">test -n "" && ( cd ../.. ; make -w  || exit 1) || :<o:p></o:p></p>
<p class="MsoNormal">mpif90 -static-intel  -openmp -o pw.x \<o:p></o:p></p>
<p class="MsoNormal">           pwscf.o  libpw.a ../../Modules/libqemod.a ../../flib/ptools.a ../../flib/flib.a ../../clib/clib.a ../../iotk/src/libiotk.a -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64   -lmkl_intel_lp64  -lmkl_intel_thread -lmkl_core<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(igesd2d_.o): In function `igesd2d_':<o:p></o:p></p>
<p class="MsoNormal">_igesd2d_.c:(.text+0x40): undefined reference to `ompi_mpi_int'<o:p></o:p></p>
<p class="MsoNormal">_igesd2d_.c:(.text+0x99): undefined reference to `ompi_mpi_byte'<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(sgesd2d_.o): In function `sgesd2d_':<o:p></o:p></p>
<p class="MsoNormal">_sgesd2d_.c:(.text+0x40): undefined reference to `ompi_mpi_float'<o:p></o:p></p>
<p class="MsoNormal">_sgesd2d_.c:(.text+0x99): undefined reference to `ompi_mpi_byte'<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(dgesd2d_.o): In function `dsendrecv_':<o:p></o:p></p>
<p class="MsoNormal">_dgesd2d_.c:(.text+0x8e): undefined reference to `ompi_mpi_double'<o:p></o:p></p>
<p class="MsoNormal">_dgesd2d_.c:(.text+0xab): undefined reference to `ompi_mpi_double'<o:p></o:p></p>
<p class="MsoNormal">_dgesd2d_.c:(.text+0x101): undefined reference to `ompi_mpi_double'<o:p></o:p></p>
<p class="MsoNormal">_dgesd2d_.c:(.text+0x125): undefined reference to `ompi_mpi_double'<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(dgesd2d_.o): In function `dgesd2d_':<o:p></o:p></p>
<p class="MsoNormal">_dgesd2d_.c:(.text+0x21a): undefined reference to `ompi_mpi_double'<o:p></o:p></p>
<p class="MsoNormal">_dgesd2d_.c:(.text+0x273): undefined reference to `ompi_mpi_byte'<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(cgesd2d_.o): In function `cgesd2d_':<o:p></o:p></p>
<p class="MsoNormal">_cgesd2d_.c:(.text+0x99): undefined reference to `ompi_mpi_byte'<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(zgesd2d_.o): In function `zgesd2d_':<o:p></o:p></p>
<p class="MsoNormal">_zgesd2d_.c:(.text+0x99): undefined reference to `ompi_mpi_byte'<o:p></o:p></p>
<p class="MsoNormal">/opt/intel/Compiler/11.1/056/mkl/lib/em64t/libmkl_blacs_openmpi_lp64.a(strsd2d_.o):<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">MJ Miller, Ph.D.<o:p></o:p></p>
<p class="MsoNormal">ERDC-DSRC<o:p></o:p></p>
<p class="MsoNormal">Vicksburg, MS<o:p></o:p></p>
<p class="MsoNormal">601-634-7465<o:p></o:p></p>
</div>
<br>
Classification: UNCLASSIFIED<br>
Caveats: FOUO<br>
<br>
</body>
</html>