<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Dears </p>
    <p>So ashamed about but I have recompile it again and I found that
      in our system some thing has changed. we compile QE with two
      different compiler :openmpi  and intelmpi. the library which is
      not found are for the version which is compiled by openmpi and are
      not use in the version which compiled by intelmpi. it was my fault
      and I have compiled again and found it correctly.  I am so sorry
      for this fault.<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 01/08/2017 01:56 PM, mersadkhan
      wrote:<br>
    </div>
    <blockquote
      cite="mid:87fff41b-de39-57f4-cb21-b7cdd282e2e3@gmail.com"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <p>Dear </p>
      <p>I know that this is unusual and as a GNU/Linux  fun and also 2
        years work with QE it was so strange for me too but fro making
        it clear my commands come in below.</p>
      <p><br>
      </p>
      <br>
      <pre dir="ltr"><code class="language-bash hljs "><span class="hljs-variable">$uname -a
$Linux</span> test62.nhpcc.iut.ac.ir <span class="hljs-number">2.6</span>.<span class="hljs-number">32</span>-<span class="hljs-number">504.16</span>.<span class="hljs-number">2</span>.el6.x86_64 <span class="hljs-comment">#1 SMP Wed Apr 22 06:48:29 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux</span>

<span class="hljs-variable">$module</span> load intel/compiler intel/mpi <span class="hljs-comment">#this line load intel parallel studio 2015

</span></code></pre>
      <pre dir="ltr" id="yui_patched_v3_11_0_1_1483870024691_674"><code class="language-bash hljs " id="yui_patched_v3_11_0_1_1483870024691_672">$./configure  FC=mpiifort CC=mpiicc  F77=mpiifort MPIF90=mpiifort  CPP=<span class="hljs-string">"mpiicpc -E"</span> --prefix=/opt/QuantumEspresso/<span class="hljs-number">5.4</span>.<span class="hljs-number">0</span>i --with-scalapack=intel  --enable-openmp

$make install

</code></pre>
      now if I command  "ldd pw.x" in the bin directory which is in
      source the result is below and everything is ok:<br>
      <br>
       <tt>   linux-vdso.so.1 =>  (0x00007fff35fff000)</tt><tt><br>
      </tt><tt>    libmkl_scalapack_lp64.so =>
/opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_scalapack_lp64.so
        (0x00007fb07ad64000)</tt><tt><br>
      </tt><tt>    libmkl_blacs_intelmpi_lp64.so =>
/opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so
        (0x00007fb07ab28000)</tt><tt><br>
      </tt><tt>    libmkl_intel_lp64.so =>
        /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_intel_lp64.so
        (0x00007fb07a21b000)</tt><tt><br>
      </tt><tt>    libmkl_intel_thread.so =>
        /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_intel_thread.so
        (0x00007fb078e80000)</tt><tt><br>
      </tt><tt>    libmkl_core.so =>
        /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_core.so
        (0x00007fb0773db000)</tt><tt><br>
      </tt><tt>    libmpifort.so.12 =>
        /opt/intel/impi/5.0.1.035/intel64/lib/libmpifort.so.12
        (0x00007fb07714e000)</tt><tt><br>
      </tt><tt>    libmpi_mt.so.12 =>
        /opt/intel/impi/5.0.1.035/intel64/lib/libmpi_mt.so.12
        (0x00007fb076a03000)</tt><tt><br>
      </tt><tt>    libdl.so.2 => /lib64/libdl.so.2
        (0x0000003d13c00000)</tt><tt><br>
      </tt><tt>    librt.so.1 => /lib64/librt.so.1
        (0x0000003d14400000)</tt><tt><br>
      </tt><tt>    libpthread.so.0 => /lib64/libpthread.so.0
        (0x0000003d14000000)</tt><tt><br>
      </tt><tt>    libm.so.6 => /lib64/libm.so.6 (0x0000003d13800000)</tt><tt><br>
      </tt><tt>    libc.so.6 => /lib64/libc.so.6 (0x0000003d13400000)</tt><tt><br>
      </tt><tt>    libgcc_s.so.1 =>
        /opt/gcc/4.8.4/lib64/libgcc_s.so.1 (0x00007fb0767d5000)</tt><tt><br>
      </tt><tt>    /lib64/ld-linux-x86-64.so.2 (0x0000003d13000000)<br>
      </tt>but if do same in the <code class="language-bash hljs "
        id="yui_patched_v3_11_0_1_1483870024691_672">/opt/QuantumEspresso/<span
          class="hljs-number">5.4</span>.<span class="hljs-number">0</span>i</code>
      result is below:<br>
      <tt>    linux-vdso.so.1 =>  (0x00007fff81194000)</tt><tt><br>
      </tt><tt>    libmkl_scalapack_lp64.so =>
/opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_scalapack_lp64.so
        (0x00007f98ee9c9000)</tt><tt><br>
      </tt><tt>    libmkl_intel_lp64.so =>
        /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_intel_lp64.so
        (0x00007f98ee0bd000)</tt><tt><br>
      </tt><tt>    libmkl_intel_thread.so =>
        /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_intel_thread.so
        (0x00007f98ecd21000)</tt><tt><br>
      </tt><tt>    libmkl_core.so =>
        /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_core.so
        (0x00007f98eb27c000)</tt><tt><br>
      </tt><tt>    libmpi_usempif08.so.11 => not found</tt><tt><br>
      </tt><tt>    libmpi_usempi_ignore_tkr.so.6 => not found</tt><tt><br>
      </tt><tt>    libmpi_mpifh.so.12 => not found</tt><tt><br>
      </tt><tt>    libmpi.so.12 =>
        /opt/intel/impi/5.0.1.035/intel64/lib/libmpi.so.12
        (0x00007f98eab34000)</tt><tt><br>
      </tt><tt>    libm.so.6 => /lib64/libm.so.6 (0x0000003d13800000)</tt><tt><br>
      </tt><tt>    libpthread.so.0 => /lib64/libpthread.so.0
        (0x0000003d14000000)</tt><tt><br>
      </tt><tt>    libc.so.6 => /lib64/libc.so.6 (0x0000003d13400000)</tt><tt><br>
      </tt><tt>    libgcc_s.so.1 =>
        /opt/gcc/4.8.4/lib64/libgcc_s.so.1 (0x00007f98ea91c000)</tt><tt><br>
      </tt><tt>    libdl.so.2 => /lib64/libdl.so.2
        (0x0000003d13c00000)</tt><tt><br>
      </tt><tt>    librt.so.1 => /lib64/librt.so.1
        (0x0000003d14400000)</tt><tt><br>
      </tt><tt>    /lib64/ld-linux-x86-64.so.2 (0x0000003d13000000)<br>
      </tt>As you see  some library not found because I have not had
      them at all!!<br>
      <br>
      <br>
      <div class="moz-cite-prefix">On 01/08/2017 12:51 PM, Filippo Spiga
        wrote:<br>
      </div>
      <blockquote
        cite="mid:4977A70B-EA83-4B08-B2A4-2B610AB2E0EF@quantum-espresso.org"
        type="cite">
        <pre wrap="">Dear Mersad,

On 8 Jan 2017, at 04:37, mersadkhan <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:mersadkhan@gmail.com"><mersadkhan@gmail.com></a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">In version 5.4 If we use prefix for the path which we want install QE and compile it by INTEL parallel studio the binaries file in source is correct but when you command "make install" the binaries in prefix path will be depended on some library which there is not on system at all. I think this is a bug.
</pre>
        </blockquote>
        <pre wrap="">What you describe sounds very odd. The "make install" is a simple copy of binaries into a different location.

I am quite sure the problem is not related to QE. Can you provide evidence of what you just described? 

Regards

-- FS

_______________________________________________
Q-e-developers mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Q-e-developers@qe-forge.org">Q-e-developers@qe-forge.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://qe-forge.org/mailman/listinfo/q-e-developers">http://qe-forge.org/mailman/listinfo/q-e-developers</a>
</pre>
      </blockquote>
      <br>
      <div class="moz-signature">-- <br>
        <!--?xml version="1.0" encoding="UTF-8"?-->
        <!--This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.-->
        <meta http-equiv="Content-Type" content="text/html;
          charset=windows-1252">
        <title xml:lang="en-US">- no title specified</title>
        <meta name="DCTERMS.title" content="" xml:lang="en-US">
        <meta name="DCTERMS.language" content="en-US"
          scheme="DCTERMS.RFC4646">
        <meta name="DCTERMS.source"
          content="http://xml.openoffice.org/odf2xhtml">
        <meta name="DCTERMS.issued"
          content="2016-11-13T11:46:37.787604015"
          scheme="DCTERMS.W3CDTF">
        <meta name="DCTERMS.modified"
          content="2016-11-13T11:52:39.247435679"
          scheme="DCTERMS.W3CDTF">
        <meta name="DCTERMS.provenance" content="" xml:lang="en-US">
        <meta name="DCTERMS.subject" content="," xml:lang="en-US">
        <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"
          hreflang="en">
        <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/"
          hreflang="en">
        <link rel="schema.DCTYPE" href="http://purl.org/dc/dcmitype/"
          hreflang="en">
        <link rel="schema.DCAM" href="http://purl.org/dc/dcam/"
          hreflang="en">
        <style type="text/css">
        @page {  }
        table { border-collapse:collapse; border-spacing:0; empty-cells:show }
        td, th { vertical-align:top; font-size:12pt;}
        h1, h2, h3, h4, h5, h6 { clear:both }
        ol, ul { margin:0; padding:0;}
        li { list-style: none; margin:0; padding:0;}
        <!-- "li span.odfLiEnd" - IE 7 issue-->
        li span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
        span.footnodeNumber { padding-right:1em; }
        span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000;  margin:0; border:0; padding:0;  }
        * { margin:0;}
        .fr1 { font-size:12pt; font-family:Liberation Serif; text-align:center; vertical-align:top; writing-mode:lr-tb; margin-left:0in; margin-right:0in; margin-top:0in; margin-bottom:0in; padding:0in; border-style:none; }
        .P1 { font-size:12pt; font-family:Liberation Serif; writing-mode:lr-tb; }
        .Standard { font-size:12pt; font-family:Liberation Serif; writing-mode:page; }
        .Internet_20_link { color:#000080; text-decoration:underline; }
        <!-- ODF styles with no properties representable as CSS -->
         { }
        </style><!--Next 'div' was a 'text:p'.-->
        <div class="P1">Best regards<br>
          Mersad Mostaghimi<br>
          <!--Next '
                        span' is a draw:frame.
                --><span style="height:1.0417in;width:1.0417in; padding:0; "
            class="fr1" id="Image1"><img moz-do-not-send="true"
              style="height:2.6459cm;width:2.6459cm;" alt=""
              src="cid:part1.954127EB.45FBB6C8@gmail.com"></span></div>
        <div style="clear:both; line-height:0; width:0; height:0;
          margin:0; padding:0;"> </div>
        <p class="P1">IRAN-Isfahan University of Technology</p>
        <!--Next 'div' was a 'text:p'.-->
        <div class="P1">Quantum Simulation Of Matter Laboratory -
          Physics Department<br>
          <!--Next '
                        span' is a draw:frame.
                --><span style="height:1.0417in;width:1.052in; padding:0; "
            class="fr1" id="Image2"><img moz-do-not-send="true"
              style="height:2.6459cm;width:2.6721cm;" alt=""
              src="cid:part2.5FBCC405.9804CF57@gmail.com"></span></div>
        <div style="clear:both; line-height:0; width:0; height:0;
          margin:0; padding:0;"> </div>
        <p class="P1">National High Performance Computation Center</p>
        <p class="P1"><a moz-do-not-send="true"
            href="mailto:Mail%3Amersadkhan@gmail.com"
            class="Internet_20_link">Mail:mersadkhan@gmail.com</a></p>
        <p class="P1">Website:<a moz-do-not-send="true"
            class="moz-txt-link-freetext"
            href="http://mmostaghimi.physics.iut.ac.ir/">http://mmostaghimi.physics.iut.ac.ir/</a></p>
        <p class="P1">Phone:+98-913-269-0903</p>
        <p class="Standard"> </p>
      </div>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <!--?xml version="1.0" encoding="UTF-8"?-->
      <!--This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.-->
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <title xml:lang="en-US">- no title specified</title>
      <meta name="DCTERMS.title" content="" xml:lang="en-US">
      <meta name="DCTERMS.language" content="en-US"
        scheme="DCTERMS.RFC4646">
      <meta name="DCTERMS.source"
        content="http://xml.openoffice.org/odf2xhtml">
      <meta name="DCTERMS.issued"
        content="2016-11-13T11:46:37.787604015" scheme="DCTERMS.W3CDTF">
      <meta name="DCTERMS.modified"
        content="2016-11-13T11:52:39.247435679" scheme="DCTERMS.W3CDTF">
      <meta name="DCTERMS.provenance" content="" xml:lang="en-US">
      <meta name="DCTERMS.subject" content="," xml:lang="en-US">
      <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"
        hreflang="en">
      <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/"
        hreflang="en">
      <link rel="schema.DCTYPE" href="http://purl.org/dc/dcmitype/"
        hreflang="en">
      <link rel="schema.DCAM" href="http://purl.org/dc/dcam/"
        hreflang="en">
      <style type="text/css">
        @page {  }
        table { border-collapse:collapse; border-spacing:0; empty-cells:show }
        td, th { vertical-align:top; font-size:12pt;}
        h1, h2, h3, h4, h5, h6 { clear:both }
        ol, ul { margin:0; padding:0;}
        li { list-style: none; margin:0; padding:0;}
        <!-- "li span.odfLiEnd" - IE 7 issue-->
        li span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
        span.footnodeNumber { padding-right:1em; }
        span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000;  margin:0; border:0; padding:0;  }
        * { margin:0;}
        .fr1 { font-size:12pt; font-family:Liberation Serif; text-align:center; vertical-align:top; writing-mode:lr-tb; margin-left:0in; margin-right:0in; margin-top:0in; margin-bottom:0in; padding:0in; border-style:none; }
        .P1 { font-size:12pt; font-family:Liberation Serif; writing-mode:lr-tb; }
        .Standard { font-size:12pt; font-family:Liberation Serif; writing-mode:page; }
        .Internet_20_link { color:#000080; text-decoration:underline; }
        <!-- ODF styles with no properties representable as CSS -->
         { }
        </style><!--Next 'div' was a 'text:p'.-->
      <div class="P1">Best regards<br>
        Mersad Mostaghimi<br>
        <!--Next '
                        span' is a draw:frame.
                --><span style="height:1.0417in;width:1.0417in; padding:0; "
          class="fr1" id="Image1"><img
            style="height:2.6459cm;width:2.6459cm;" alt=""
            src="cid:part8.09CC3471.C95E0071@gmail.com"></span></div>
      <div style="clear:both; line-height:0; width:0; height:0;
        margin:0; padding:0;"> </div>
      <p class="P1">IRAN-Isfahan University of Technology</p>
      <!--Next 'div' was a 'text:p'.-->
      <div class="P1">Quantum Simulation Of Matter Laboratory - Physics
        Department<br>
        <!--Next '
                        span' is a draw:frame.
                --><span style="height:1.0417in;width:1.052in; padding:0; "
          class="fr1" id="Image2"><img
            style="height:2.6459cm;width:2.6721cm;" alt=""
            src="cid:part9.B5CC85B0.2810850F@gmail.com"></span></div>
      <div style="clear:both; line-height:0; width:0; height:0;
        margin:0; padding:0;"> </div>
      <p class="P1">National High Performance Computation Center</p>
      <p class="P1"><a href="mailto:Mail%3Amersadkhan@gmail.com"
          class="Internet_20_link">Mail:mersadkhan@gmail.com</a></p>
      <p class="P1">Website:<a
          href="http://mmostaghimi.physics.iut.ac.ir/"
          class="Internet_20_link"><a class="moz-txt-link-freetext" href="http://mmostaghimi.physics.iut.ac.ir/">http://mmostaghimi.physics.iut.ac.ir/</a></a></p>
      <p class="P1">Phone:+98-913-269-0903</p>
      <p class="Standard"> </p>
    </div>
  </body>
</html>